#F06DCC
A light, vivid magenta closely aligning with Orchid.
About #F06DCC
Visually, #F06DCC is defined as a vivid magenta. If you're using CSS, you might find it aligns closely with Orchid. This translates to an RGB value of rgb(240, 109, 204).
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 0% C, 55% M, 15% Y, and 6% K. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#F06DCC
RGB240, 109, 204
HSL316.5°, 81.4%, 68.4%
CMYK0%, 55%, 15%, 6%
HSV316.5°, 54.6%, 94.1%
LAB64.8, 61.4, -25.4
XYZ52.3, 33.8, 60.9
Decimal15756748
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.70:1
Text on #FFFFFF
FAIL
7.76:1
Text on #000000
AAA
2.59:1
Text on #F8FAFC
FAIL
6.60:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #F06DCC;
}
.text-color {
color: #F06DCC;
}
.border-color {
border: 2px solid #F06DCC;
}