#F849CC
A light, vivid magenta closely aligning with Orchid.
About #F849CC
Visually, #F849CC is defined as a vivid magenta. If you're using CSS, you might find it aligns closely with Orchid. In the RGB color space, it consists of 248 red, 73 green, and 204 blue.
If you are designing for print, the four-color process is what matters most. The color uses 0% Cyan, 71% Magenta, 18% Yellow, and 3% Black. The HSL representation is 315.1° hue, 92.6% saturation, and 62.9% 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. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#F849CC
RGB248, 73, 204
HSL315.1°, 92.6%, 62.9%
CMYK0%, 71%, 18%, 3%
HSV315.1°, 70.6%, 97.3%
LAB60.9, 77.7, -31.5
XYZ52.0, 29.1, 60.0
Decimal16271820
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.08:1
Text on #FFFFFF
AA Large
6.82:1
Text on #000000
AA
2.94:1
Text on #F8FAFC
FAIL
5.79:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #F849CC;
}
.text-color {
color: #F849CC;
}
.border-color {
border: 2px solid #F849CC;
}