#BD7583
A light, moderate red closely aligning with Rosybrown.
About #BD7583
The hex code #BD7583 represents a beautifully specific shade of red. Designers often compare it to the standard color Rosybrown. This translates to an RGB value of rgb(189, 117, 131).
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 0% C, 38% M, 31% Y, and 26% K. With a hue angle of 348.3 degrees, it sits comfortably in the red spectrum.
From a UX and accessibility standpoint, contrast is paramount. Because it is a light color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#BD7583
RGB189, 117, 131
HSL348.3°, 35.3%, 60.0%
CMYK0%, 38%, 31%, 26%
HSV348.3°, 38.1%, 74.1%
LAB57.3, 30.1, 4.4
XYZ31.4, 25.2, 24.7
Decimal12416387
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.48:1
Text on #FFFFFF
AA Large
6.04:1
Text on #000000
AA
3.33:1
Text on #F8FAFC
AA Large
5.13:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #BD7583;
}
.text-color {
color: #BD7583;
}
.border-color {
border: 2px solid #BD7583;
}