#BD1D49
A medium, vivid magenta closely aligning with Brown.
About #BD1D49
The hex code #BD1D49 represents a beautifully specific shade of magenta. It is closely associated with the named CSS color Brown. In the RGB color space, it consists of 189 red, 29 green, and 73 blue.
Translating this color to physical media requires the CMYK color model. The color uses 0% Cyan, 85% Magenta, 61% Yellow, and 26% Black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #FFFFFF text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#BD1D49
RGB189, 29, 73
HSL343.5°, 73.4%, 42.7%
CMYK0%, 85%, 61%, 26%
HSV343.5°, 84.7%, 74.1%
LAB41.5, 62.1, 17.3
XYZ22.6, 12.2, 7.5
Decimal12393801
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.11:1
Text on #FFFFFF
AA
3.44:1
Text on #000000
AA Large
5.84:1
Text on #F8FAFC
AA
2.92:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #BD1D49;
}
.text-color {
color: #BD1D49;
}
.border-color {
border: 2px solid #BD1D49;
}