#992CA8
A medium, moderate magenta closely aligning with Darkmagenta.
About #992CA8
Visually, #992CA8 is defined as a moderate magenta. If you're using CSS, you might find it aligns closely with Darkmagenta. This translates to an RGB value of rgb(153, 44, 168).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 9% cyan and 74% magenta inks. The HSL representation is 292.7° hue, 58.5% saturation, and 41.6% lightness.
When using this color as a background, text legibility must be considered. To prevent eye strain, #FFFFFF text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#992CA8
RGB153, 44, 168
HSL292.7°, 58.5%, 41.6%
CMYK9%, 74%, 0%, 34%
HSV292.7°, 73.8%, 65.9%
LAB40.2, 60.3, -44.0
XYZ21.1, 11.4, 38.1
Decimal10038440
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.40:1
Text on #FFFFFF
AA
3.28:1
Text on #000000
AA Large
6.12:1
Text on #F8FAFC
AA
2.79:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #992CA8;
}
.text-color {
color: #992CA8;
}
.border-color {
border: 2px solid #992CA8;
}