#F06DE9
A light, vivid magenta closely aligning with Violet.
About #F06DE9
Visually, #F06DE9 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 240, 109, and 233.
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 0% C, 55% M, 3% Y, and 6% K. The HSL representation is 303.2° hue, 81.4% saturation, and 68.4% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a light color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#F06DE9
RGB240, 109, 233
HSL303.2°, 81.4%, 68.4%
CMYK0%, 55%, 3%, 6%
HSV303.2°, 54.6%, 94.1%
LAB66.0, 65.9, -39.8
XYZ56.1, 35.3, 81.0
Decimal15756777
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: #F06DE9;
}
.text-color {
color: #F06DE9;
}
.border-color {
border: 2px solid #F06DE9;
}