#B62449
A medium, moderate magenta closely aligning with Brown.
About #B62449
At its core, #B62449 is a medium and moderate hue. It is closely associated with the named CSS color Brown. Its digital footprint relies on 182 parts red, 36 parts green, and 73 parts blue light.
If you are designing for print, the four-color process is what matters most. The color uses 0% Cyan, 80% Magenta, 60% Yellow, and 29% Black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #FFFFFF typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#B62449
RGB182, 36, 73
HSL344.8°, 67.0%, 42.7%
CMYK0%, 80%, 60%, 29%
HSV344.8°, 80.2%, 71.4%
LAB40.7, 58.4, 16.0
XYZ21.1, 11.7, 7.4
Decimal11936841
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.29:1
Text on #FFFFFF
AA
3.34:1
Text on #000000
AA Large
6.01:1
Text on #F8FAFC
AA
2.84:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #B62449;
}
.text-color {
color: #B62449;
}
.border-color {
border: 2px solid #B62449;
}