#de4f21
a balanced, vivid red · warm · closest name: tomato
RGB
222, 79, 33
HSL
15°, 74%, 50%
CMYK
0, 64, 85, 13
Luminance
0.2123
Every format
| HEX | #de4f21 |
| RGB | rgb(222, 79, 33) |
| HSL | hsl(15, 74%, 50%) |
| CMYK | cmyk(0%, 64%, 85%, 13%) |
| LAB | lab(53.2 53.8 54.0) |
| LCH | lch(53.2 76.3 45.1) |
| OKLCH | oklch(0.617 0.187 37.0) |
Copy-ready code
/* CSS */
color: #de4f21;
background-color: #de4f21;
/* Tailwind (arbitrary) */
class="text-[#de4f21] bg-[#de4f21]"
/* SCSS */
$brand: #de4f21;
/* SwiftUI */
Color(red: 0.871, green: 0.310, blue: 0.129)
/* Android */
Color.parseColor("#de4f21")Accessibility — WCAG contrast
Aa
#de4f21 on white: 4.00:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#de4f21 on black: 5.25:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.1%
Green31.0%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta64.4%
Yellow85.1%
Key (black)12.9%
Color previews
#de4f21 text on a black background
contrast 5.25:1
Card sample
#de4f21 text on a white background
contrast 4.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #de4f21;
Background color
Panel with #de4f21 background
background-color: #de4f21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #de4f21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(222, 79, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(222, 79, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #de4f21; background: linear-gradient(135deg, #de4f21, #DECD21);