#5F0F33
A dark, vivid magenta closely aligning with Brown.
About #5F0F33
When working with digital screens, the color #5F0F33 is rendered by mixing light. Its closest recognized web color is Brown. To achieve this exact tint on a monitor, you would use an RGB mix of 95, 15, and 51.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 0% cyan, 84% magenta, 46% yellow, and 63% black. This makes it a relatively dark color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#5F0F33
RGB95, 15, 51
HSL333.0°, 72.7%, 21.6%
CMYK0%, 84%, 46%, 63%
HSV333.0°, 84.2%, 37.3%
LAB20.1, 37.7, -0.9
XYZ5.5, 3.0, 3.4
Decimal6229811
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
13.10:1
Text on #FFFFFF
AAA
1.60:1
Text on #000000
FAIL
12.52:1
Text on #F8FAFC
AAA
1.36:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #5F0F33;
}
.text-color {
color: #5F0F33;
}
.border-color {
border: 2px solid #5F0F33;
}