#BD8399
A light, moderate magenta closely aligning with Rosybrown.
About #BD8399
Visually, #BD8399 is defined as a moderate magenta. Designers often compare it to the standard color Rosybrown. In the RGB color space, it consists of 189 red, 131 green, and 153 blue.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 0% C, 31% M, 19% Y, and 26% K. With a hue angle of 337.2 degrees, it sits comfortably in the magenta spectrum.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#BD8399
RGB189, 131, 153
HSL337.2°, 30.5%, 62.7%
CMYK0%, 31%, 19%, 26%
HSV337.2°, 30.7%, 74.1%
LAB61.1, 25.6, -2.7
XYZ34.9, 29.4, 34.0
Decimal12419993
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.06:1
Text on #FFFFFF
AA Large
6.87:1
Text on #000000
AA
2.92:1
Text on #F8FAFC
FAIL
5.84:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #BD8399;
}
.text-color {
color: #BD8399;
}
.border-color {
border: 2px solid #BD8399;
}