#FF57FF
A light, vivid magenta closely aligning with Fuchsia.
About #FF57FF
When working with digital screens, the color #FF57FF is rendered by mixing light. If you're using CSS, you might find it aligns closely with Fuchsia. In the RGB color space, it consists of 255 red, 87 green, and 255 blue.
Translating this color to physical media requires the CMYK color model. The color uses 0% Cyan, 66% Magenta, 0% Yellow, and 0% Black. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. Because it is a light color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#FF57FF
RGB255, 87, 255
HSL300.0°, 100.0%, 67.1%
CMYK0%, 66%, 0%, 0%
HSV300.0°, 65.9%, 100.0%
LAB66.0, 81.9, -51.8
XYZ62.7, 35.3, 98.1
Decimal16734207
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.61:1
Text on #FFFFFF
FAIL
8.06:1
Text on #000000
AAA
2.49:1
Text on #F8FAFC
FAIL
6.85:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #FF57FF;
}
.text-color {
color: #FF57FF;
}
.border-color {
border: 2px solid #FF57FF;
}