#FF5FE9
A light, vivid magenta closely aligning with Violet.
About #FF5FE9
The hex code #FF5FE9 represents a beautifully specific shade of magenta. It is closely associated with the named CSS color Violet. In the RGB color space, it consists of 255 red, 95 green, and 233 blue.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 0% C, 63% M, 9% Y, and 0% K. The HSL representation is 308.2° hue, 100.0% saturation, and 68.6% lightness.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#FF5FE9
RGB255, 95, 233
HSL308.2°, 100.0%, 68.6%
CMYK0%, 63%, 9%, 0%
HSV308.2°, 62.7%, 100.0%
LAB66.0, 75.6, -39.6
XYZ60.0, 35.3, 80.7
Decimal16736233
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.60:1
Text on #FFFFFF
FAIL
8.07:1
Text on #000000
AAA
2.49:1
Text on #F8FAFC
FAIL
6.86:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #FF5FE9;
}
.text-color {
color: #FF5FE9;
}
.border-color {
border: 2px solid #FF5FE9;
}