#FF5FF0
A light, vivid magenta closely aligning with Violet.
About #FF5FF0
Visually, #FF5FF0 is defined as a vivid magenta. If you're using CSS, you might find it aligns closely with Violet. To achieve this exact tint on a monitor, you would use an RGB mix of 255, 95, and 240.
Translating this color to physical media requires the CMYK color model. The color uses 0% Cyan, 63% Magenta, 6% Yellow, and 0% Black. The HSL representation is 305.6° hue, 100.0% saturation, and 68.6% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#FF5FF0
RGB255, 95, 240
HSL305.6°, 100.0%, 68.6%
CMYK0%, 63%, 6%, 0%
HSV305.6°, 62.7%, 100.0%
LAB66.3, 76.6, -43.0
XYZ61.1, 35.7, 86.1
Decimal16736240
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.58:1
Text on #FFFFFF
FAIL
8.15:1
Text on #000000
AAA
2.46:1
Text on #F8FAFC
FAIL
6.93:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #FF5FF0;
}
.text-color {
color: #FF5FF0;
}
.border-color {
border: 2px solid #FF5FF0;
}