#BD5F6D
A medium, moderate red closely aligning with Indianred.
About #BD5F6D
At its core, #BD5F6D is a medium and moderate hue. If you're using CSS, you might find it aligns closely with Indianred. In the RGB color space, it consists of 189 red, 95 green, and 109 blue.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 0% Cyan, 50% Magenta, 42% Yellow, and 26% Black. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#BD5F6D
RGB189, 95, 109
HSL351.1°, 41.6%, 55.7%
CMYK0%, 50%, 42%, 26%
HSV351.1°, 49.7%, 74.1%
LAB52.0, 39.1, 9.7
XYZ27.8, 20.1, 16.9
Decimal12410733
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.18:1
Text on #FFFFFF
AA Large
5.02:1
Text on #000000
AA
4.00:1
Text on #F8FAFC
AA Large
4.27:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #BD5F6D;
}
.text-color {
color: #BD5F6D;
}
.border-color {
border: 2px solid #BD5F6D;
}