#d43500
a dark, electric orange · warm · closest name: tomato
RGB
212, 53, 0
HSL
15°, 100%, 42%
CMYK
0, 75, 100, 17
Luminance
0.1654
Every format
| HEX | #d43500 |
| RGB | rgb(212, 53, 0) |
| HSL | hsl(15, 100%, 42%) |
| CMYK | cmyk(0%, 75%, 100%, 17%) |
| LAB | lab(47.7 59.9 59.8) |
| LCH | lch(47.7 84.7 45.0) |
| OKLCH | oklch(0.572 0.202 34.8) |
Copy-ready code
/* CSS */
color: #d43500;
background-color: #d43500;
/* Tailwind (arbitrary) */
class="text-[#d43500] bg-[#d43500]"
/* SCSS */
$brand: #d43500;
/* SwiftUI */
Color(red: 0.831, green: 0.208, blue: 0.000)
/* Android */
Color.parseColor("#d43500")Accessibility — WCAG contrast
Aa
#d43500 on white: 4.87:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#d43500 on black: 4.31:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.1%
Green20.8%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta75.0%
Yellow100.0%
Key (black)16.9%
Color previews
#d43500 text on a black background
contrast 4.31:1
Card sample
#d43500 text on a white background
contrast 4.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d43500;
Background color
Panel with #d43500 background
background-color: #d43500;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d43500;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(212, 53, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(212, 53, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d43500; background: linear-gradient(135deg, #d43500, #D4C200);