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