#FF7CF0
A light, vivid magenta closely aligning with Violet.
About #FF7CF0
At its core, #FF7CF0 is a light and vivid hue. 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 255, 124, and 240.
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 0% cyan, 51% magenta, 6% yellow, and 0% black. With a hue angle of 306.9 degrees, it sits comfortably in the magenta spectrum.
When using this color as a background, text legibility must be considered. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#FF7CF0
RGB255, 124, 240
HSL306.9°, 100.0%, 74.3%
CMYK0%, 51%, 6%, 0%
HSV306.9°, 51.4%, 100.0%
LAB70.8, 64.3, -36.0
XYZ64.2, 42.0, 87.2
Decimal16743664
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.24:1
Text on #FFFFFF
FAIL
9.39:1
Text on #000000
AAA
2.14:1
Text on #F8FAFC
FAIL
7.99:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #FF7CF0;
}
.text-color {
color: #FF7CF0;
}
.border-color {
border: 2px solid #FF7CF0;
}