#FF7CDB
A light, vivid magenta closely aligning with Violet.
About #FF7CDB
The hex code #FF7CDB represents a beautifully specific shade of magenta. Its closest recognized web color is Violet. This translates to an RGB value of rgb(255, 124, 219).
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 0% cyan, 51% magenta, 14% yellow, and 0% black. With a hue angle of 316.5 degrees, it sits comfortably in the magenta spectrum.
Ensuring your text is legible against this background is a key part of web design. Because it is a light color, it is generally recommended to use #000000 text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#FF7CDB
RGB255, 124, 219
HSL316.5°, 100.0%, 74.3%
CMYK0%, 51%, 14%, 0%
HSV316.5°, 51.4%, 100.0%
LAB70.0, 61.0, -25.6
XYZ61.2, 40.8, 71.7
Decimal16743643
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.29:1
Text on #FFFFFF
FAIL
9.16:1
Text on #000000
AAA
2.19:1
Text on #F8FAFC
FAIL
7.79:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #FF7CDB;
}
.text-color {
color: #FF7CDB;
}
.border-color {
border: 2px solid #FF7CDB;
}