#DB5F33
A medium, moderate orange closely aligning with Coral.
About #DB5F33
Visually, #DB5F33 is defined as a moderate orange. It is closely associated with the named CSS color Coral. In the RGB color space, it consists of 219 red, 95 green, and 51 blue.
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 0% cyan, 57% magenta, 77% yellow, and 14% black. The HSL representation is 15.7° hue, 70.0% saturation, and 52.9% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #000000 text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#DB5F33
RGB219, 95, 51
HSL15.7°, 70.0%, 52.9%
CMYK0%, 57%, 77%, 14%
HSV15.7°, 76.7%, 85.9%
LAB55.6, 46.1, 47.8
XYZ33.9, 23.5, 5.9
Decimal14376755
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.69:1
Text on #FFFFFF
AA Large
5.70:1
Text on #000000
AA
3.52:1
Text on #F8FAFC
AA Large
4.84:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #DB5F33;
}
.text-color {
color: #DB5F33;
}
.border-color {
border: 2px solid #DB5F33;
}