#F07CE2
A light, vivid magenta closely aligning with Violet.
About #F07CE2
The hex code #F07CE2 represents a beautifully specific shade of magenta. If you're using CSS, you might find it aligns closely with Violet. This translates to an RGB value of rgb(240, 124, 226).
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 0% cyan and 48% magenta inks. Always request a physical proof before doing a large print run with this exact code.
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. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#F07CE2
RGB240, 124, 226
HSL307.2°, 79.5%, 71.4%
CMYK0%, 48%, 6%, 6%
HSV307.2°, 48.3%, 94.1%
LAB68.3, 57.8, -32.3
XYZ56.9, 38.4, 76.4
Decimal15760610
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.42:1
Text on #FFFFFF
FAIL
8.69:1
Text on #000000
AAA
2.31:1
Text on #F8FAFC
FAIL
7.38:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F07CE2;
}
.text-color {
color: #F07CE2;
}
.border-color {
border: 2px solid #F07CE2;
}