#de4b21
a balanced, vivid red · warm · closest name: tomato
RGB
222, 75, 33
HSL
13°, 74%, 50%
CMYK
0, 66, 85, 13
Luminance
0.2067
Every format
| HEX | #de4b21 |
| RGB | rgb(222, 75, 33) |
| HSL | hsl(13, 74%, 50%) |
| CMYK | cmyk(0%, 66%, 85%, 13%) |
| LAB | lab(52.6 55.5 53.5) |
| LCH | lch(52.6 77.1 44.0) |
| OKLCH | oklch(0.612 0.191 35.8) |
Copy-ready code
/* CSS */
color: #de4b21;
background-color: #de4b21;
/* Tailwind (arbitrary) */
class="text-[#de4b21] bg-[#de4b21]"
/* SCSS */
$brand: #de4b21;
/* SwiftUI */
Color(red: 0.871, green: 0.294, blue: 0.129)
/* Android */
Color.parseColor("#de4b21")Accessibility — WCAG contrast
Aa
#de4b21 on white: 4.09:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#de4b21 on black: 5.13:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.1%
Green29.4%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta66.2%
Yellow85.1%
Key (black)12.9%
Color previews
#de4b21 text on a black background
contrast 5.13:1
Card sample
#de4b21 text on a white background
contrast 4.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #de4b21;
Background color
Panel with #de4b21 background
background-color: #de4b21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #de4b21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(222, 75, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(222, 75, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #de4b21; background: linear-gradient(135deg, #de4b21, #DEC921);