#490F33
A very dark, moderate magenta closely aligning with Black.
About #490F33
Visually, #490F33 is defined as a moderate magenta. Its closest recognized web color is Black. This translates to an RGB value of rgb(73, 15, 51).
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 0% cyan and 79% magenta inks. The HSL representation is 322.8° hue, 65.9% saturation, and 17.3% lightness.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#490F33
RGB73, 15, 51
HSL322.8°, 65.9%, 17.3%
CMYK0%, 79%, 30%, 71%
HSV322.8°, 79.5%, 28.6%
LAB15.5, 30.9, -8.3
XYZ3.5, 2.0, 3.3
Decimal4788019
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
15.01:1
Text on #FFFFFF
AAA
1.40:1
Text on #000000
FAIL
14.34:1
Text on #F8FAFC
AAA
1.19:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #490F33;
}
.text-color {
color: #490F33;
}
.border-color {
border: 2px solid #490F33;
}