#BD5066
A medium, moderate red closely aligning with Indianred.
About #BD5066
The precise color #BD5066 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Indianred. To achieve this exact tint on a monitor, you would use an RGB mix of 189, 80, and 102.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 0% C, 58% M, 46% Y, and 26% K. The HSL representation is 347.9° hue, 45.2% saturation, and 52.7% lightness.
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#BD5066
RGB189, 80, 102
HSL347.9°, 45.2%, 52.7%
CMYK0%, 58%, 46%, 26%
HSV347.9°, 57.7%, 74.1%
LAB48.9, 45.9, 9.6
XYZ26.3, 17.5, 14.6
Decimal12406886
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.66:1
Text on #FFFFFF
AA
4.50:1
Text on #000000
AA
4.46:1
Text on #F8FAFC
AA Large
3.83:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #BD5066;
}
.text-color {
color: #BD5066;
}
.border-color {
border: 2px solid #BD5066;
}