#7C4266
A dark, moderate magenta closely aligning with Palevioletred.
About #7C4266
When working with digital screens, the color #7C4266 is rendered by mixing light. It is closely associated with the named CSS color Palevioletred. In the RGB color space, it consists of 124 red, 66 green, and 102 blue.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 0% cyan, 47% magenta, 18% yellow, and 51% black. With a hue angle of 322.8 degrees, it sits comfortably in the magenta spectrum.
From a UX and accessibility standpoint, contrast is paramount. Because it is a dark color, it is generally recommended to use #FFFFFF text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#7C4266
RGB124, 66, 102
HSL322.8°, 30.5%, 37.3%
CMYK0%, 47%, 18%, 51%
HSV322.8°, 46.8%, 48.6%
LAB36.3, 30.1, -10.0
XYZ12.7, 9.1, 13.7
Decimal8143462
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.43:1
Text on #FFFFFF
AAA
2.83:1
Text on #000000
FAIL
7.10:1
Text on #F8FAFC
AAA
2.40:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #7C4266;
}
.text-color {
color: #7C4266;
}
.border-color {
border: 2px solid #7C4266;
}