#FF7CFF
A light, vivid magenta closely aligning with Violet.
About #FF7CFF
At its core, #FF7CFF is a light and vivid hue. Designers often compare it to the standard color Violet. In the RGB color space, it consists of 255 red, 124 green, and 255 blue.
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, 0% yellow, and 0% black. The HSL representation is 300.0° hue, 100.0% saturation, and 74.3% lightness.
Ensuring your text is legible against this background is a key part of web design. 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#FF7CFF
RGB255, 124, 255
HSL300.0°, 100.0%, 74.3%
CMYK0%, 51%, 0%, 0%
HSV300.0°, 51.4%, 100.0%
LAB71.5, 66.8, -43.2
XYZ66.5, 42.9, 99.4
Decimal16743679
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.19:1
Text on #FFFFFF
FAIL
9.58:1
Text on #000000
AAA
2.10:1
Text on #F8FAFC
FAIL
8.14:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #FF7CFF;
}
.text-color {
color: #FF7CFF;
}
.border-color {
border: 2px solid #FF7CFF;
}