#D38383
A light, moderate red closely aligning with Lightcoral.
About #D38383
The precise color #D38383 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Lightcoral. This translates to an RGB value of rgb(211, 131, 131).
For print applications, it's crucial to understand its CMYK makeup. The color uses 0% Cyan, 38% Magenta, 38% Yellow, and 17% Black. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. Because it is a light color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#D38383
RGB211, 131, 131
HSL0.0°, 47.6%, 67.1%
CMYK0%, 38%, 38%, 17%
HSV0.0°, 37.9%, 82.7%
LAB63.1, 30.8, 13.1
XYZ39.1, 31.7, 25.5
Decimal13861763
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.86:1
Text on #FFFFFF
FAIL
7.34:1
Text on #000000
AAA
2.73:1
Text on #F8FAFC
FAIL
6.24:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #D38383;
}
.text-color {
color: #D38383;
}
.border-color {
border: 2px solid #D38383;
}