#992450
A dark, moderate magenta closely aligning with Palevioletred.
About #992450
When working with digital screens, the color #992450 is rendered by mixing light. It is closely associated with the named CSS color Palevioletred. This translates to an RGB value of rgb(153, 36, 80).
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 0% cyan and 76% magenta inks. The HSL representation is 337.4° hue, 61.9% saturation, and 37.1% lightness.
From a UX and accessibility standpoint, contrast is paramount. 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#992450
RGB153, 36, 80
HSL337.4°, 61.9%, 37.1%
CMYK0%, 76%, 48%, 40%
HSV337.4°, 76.5%, 60.0%
LAB35.2, 50.7, 3.0
XYZ15.2, 8.6, 8.4
Decimal10036304
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.71:1
Text on #FFFFFF
AAA
2.72:1
Text on #000000
FAIL
7.37:1
Text on #F8FAFC
AAA
2.31:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #992450;
}
.text-color {
color: #992450;
}
.border-color {
border: 2px solid #992450;
}