#d85f39
a balanced, vivid red · warm · closest name: coral
RGB
216, 95, 57
HSL
14°, 67%, 54%
CMYK
0, 56, 74, 15
Luminance
0.2308
Every format
| HEX | #d85f39 |
| RGB | rgb(216, 95, 57) |
| HSL | hsl(14, 67%, 54%) |
| CMYK | cmyk(0%, 56%, 74%, 15%) |
| LAB | lab(55.2 45.3 44.2) |
| LCH | lch(55.2 63.3 44.3) |
| OKLCH | oklch(0.630 0.161 37.8) |
Copy-ready code
/* CSS */
color: #d85f39;
background-color: #d85f39;
/* Tailwind (arbitrary) */
class="text-[#d85f39] bg-[#d85f39]"
/* SCSS */
$brand: #d85f39;
/* SwiftUI */
Color(red: 0.847, green: 0.373, blue: 0.224)
/* Android */
Color.parseColor("#d85f39")Accessibility — WCAG contrast
Aa
#d85f39 on white: 3.74:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#d85f39 on black: 5.62:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red84.7%
Green37.3%
Blue22.4%
CMYK percentages
Cyan0.0%
Magenta56.0%
Yellow73.6%
Key (black)15.3%
Color previews
#d85f39 text on a black background
contrast 5.62:1
Card sample
#d85f39 text on a white background
contrast 3.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d85f39;
Background color
Panel with #d85f39 background
background-color: #d85f39;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d85f39;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(216, 95, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(216, 95, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d85f39; background: linear-gradient(135deg, #d85f39, #D8C939);