#db5f39
a balanced, vivid red · warm · closest name: coral
RGB
219, 95, 57
HSL
14°, 69%, 54%
CMYK
0, 57, 74, 14
Luminance
0.2354
Every format
| HEX | #db5f39 |
| RGB | rgb(219, 95, 57) |
| HSL | hsl(14, 69%, 54%) |
| CMYK | cmyk(0%, 57%, 74%, 14%) |
| LAB | lab(55.6 46.4 44.9) |
| LCH | lch(55.6 64.5 44.1) |
| OKLCH | oklch(0.635 0.165 37.5) |
Copy-ready code
/* CSS */
color: #db5f39;
background-color: #db5f39;
/* Tailwind (arbitrary) */
class="text-[#db5f39] bg-[#db5f39]"
/* SCSS */
$brand: #db5f39;
/* SwiftUI */
Color(red: 0.859, green: 0.373, blue: 0.224)
/* Android */
Color.parseColor("#db5f39")Accessibility — WCAG contrast
Aa
#db5f39 on white: 3.68:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#db5f39 on black: 5.71:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green37.3%
Blue22.4%
CMYK percentages
Cyan0.0%
Magenta56.6%
Yellow74.0%
Key (black)14.1%
Color previews
#db5f39 text on a black background
contrast 5.71:1
Card sample
#db5f39 text on a white background
contrast 3.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #db5f39;
Background color
Panel with #db5f39 background
background-color: #db5f39;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #db5f39;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 95, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 95, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #db5f39; background: linear-gradient(135deg, #db5f39, #DBCB39);