#F08AE2
A light, vivid magenta closely aligning with Violet.
About #F08AE2
At its core, #F08AE2 is a light and vivid hue. Designers often compare it to the standard color Violet. To achieve this exact tint on a monitor, you would use an RGB mix of 240, 138, and 226.
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 0% C, 43% M, 6% Y, and 6% K. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. Because it is a light color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#F08AE2
RGB240, 138, 226
HSL308.2°, 77.3%, 74.1%
CMYK0%, 43%, 6%, 6%
HSV308.2°, 42.5%, 94.1%
LAB71.0, 50.9, -28.2
XYZ58.8, 42.2, 77.0
Decimal15764194
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.22:1
Text on #FFFFFF
FAIL
9.44:1
Text on #000000
AAA
2.13:1
Text on #F8FAFC
FAIL
8.02:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F08AE2;
}
.text-color {
color: #F08AE2;
}
.border-color {
border: 2px solid #F08AE2;
}