#57002C
A very dark, vivid magenta closely aligning with Brown.
About #57002C
When working with digital screens, the color #57002C is rendered by mixing light. It is closely associated with the named CSS color Brown. In the RGB color space, it consists of 87 red, 0 green, and 44 blue.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 0% cyan and 100% magenta inks. Always request a physical proof before doing a large print run with this exact code.
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#57002C
RGB87, 0, 44
HSL329.7°, 100.0%, 17.1%
CMYK0%, 100%, 49%, 66%
HSV329.7°, 100.0%, 34.1%
LAB16.5, 39.1, -1.3
XYZ4.4, 2.2, 2.6
Decimal5701676
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
14.57:1
Text on #FFFFFF
AAA
1.44:1
Text on #000000
FAIL
13.92:1
Text on #F8FAFC
AAA
1.23:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #57002C;
}
.text-color {
color: #57002C;
}
.border-color {
border: 2px solid #57002C;
}