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