#D38A99
A light, moderate red closely aligning with Rosybrown.
About #D38A99
At its core, #D38A99 is a light and moderate hue. It is closely associated with the named CSS color Rosybrown. To achieve this exact tint on a monitor, you would use an RGB mix of 211, 138, and 153.
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 0% C, 35% M, 27% Y, and 17% K. With a hue angle of 347.7 degrees, it sits comfortably in the red spectrum.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#D38A99
RGB211, 138, 153
HSL347.7°, 45.3%, 68.4%
CMYK0%, 35%, 27%, 17%
HSV347.7°, 34.6%, 82.7%
LAB65.2, 29.8, 3.6
XYZ41.7, 34.3, 34.6
Decimal13863577
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.67:1
Text on #FFFFFF
FAIL
7.87:1
Text on #000000
AAA
2.55:1
Text on #F8FAFC
FAIL
6.69:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #D38A99;
}
.text-color {
color: #D38A99;
}
.border-color {
border: 2px solid #D38A99;
}