#d45f39
a balanced, vivid red · warm · closest name: coral
RGB
212, 95, 57
HSL
15°, 64%, 53%
CMYK
0, 55, 73, 17
Luminance
0.2248
Every format
| HEX | #d45f39 |
| RGB | rgb(212, 95, 57) |
| HSL | hsl(15, 64%, 53%) |
| CMYK | cmyk(0%, 55%, 73%, 17%) |
| LAB | lab(54.5 43.8 43.3) |
| LCH | lch(54.5 61.6 44.7) |
| OKLCH | oklch(0.625 0.157 38.3) |
Copy-ready code
/* CSS */
color: #d45f39;
background-color: #d45f39;
/* Tailwind (arbitrary) */
class="text-[#d45f39] bg-[#d45f39]"
/* SCSS */
$brand: #d45f39;
/* SwiftUI */
Color(red: 0.831, green: 0.373, blue: 0.224)
/* Android */
Color.parseColor("#d45f39")Accessibility — WCAG contrast
Aa
#d45f39 on white: 3.82:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#d45f39 on black: 5.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.1%
Green37.3%
Blue22.4%
CMYK percentages
Cyan0.0%
Magenta55.2%
Yellow73.1%
Key (black)16.9%
Color previews
#d45f39 text on a black background
contrast 5.50:1
Card sample
#d45f39 text on a white background
contrast 3.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d45f39;
Background color
Panel with #d45f39 background
background-color: #d45f39;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d45f39;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(212, 95, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(212, 95, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d45f39; background: linear-gradient(135deg, #d45f39, #D4C639);