#5E0A33
A dark, vivid magenta closely aligning with Brown.
About #5E0A33
At its core, #5E0A33 is a dark and vivid hue. If you're using CSS, you might find it aligns closely with Brown. This translates to an RGB value of rgb(94, 10, 51).
For print applications, it's crucial to understand its CMYK makeup. The color uses 0% Cyan, 89% Magenta, 46% Yellow, and 63% Black. This makes it a relatively dark color when applied to physical surfaces.
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#5E0A33
RGB94, 10, 51
HSL330.7°, 80.8%, 20.4%
CMYK0%, 89%, 46%, 63%
HSV330.7°, 89.4%, 36.9%
LAB19.4, 38.8, -2.0
XYZ5.3, 2.8, 3.4
Decimal6162995
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
13.40:1
Text on #FFFFFF
AAA
1.57:1
Text on #000000
FAIL
12.81:1
Text on #F8FAFC
AAA
1.33:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #5E0A33;
}
.text-color {
color: #5E0A33;
}
.border-color {
border: 2px solid #5E0A33;
}