#d33f21
a balanced, vivid red · warm · closest name: tomato
RGB
211, 63, 33
HSL
10°, 73%, 48%
CMYK
0, 70, 84, 17
Luminance
0.1751
Every format
| HEX | #d33f21 |
| RGB | rgb(211, 63, 33) |
| HSL | hsl(10, 73%, 48%) |
| CMYK | cmyk(0%, 70%, 84%, 17%) |
| LAB | lab(48.9 56.5 49.6) |
| LCH | lch(48.9 75.2 41.2) |
| OKLCH | oklch(0.581 0.190 33.2) |
Copy-ready code
/* CSS */
color: #d33f21;
background-color: #d33f21;
/* Tailwind (arbitrary) */
class="text-[#d33f21] bg-[#d33f21]"
/* SCSS */
$brand: #d33f21;
/* SwiftUI */
Color(red: 0.827, green: 0.247, blue: 0.129)
/* Android */
Color.parseColor("#d33f21")Accessibility — WCAG contrast
Aa
#d33f21 on white: 4.66:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#d33f21 on black: 4.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.7%
Green24.7%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta70.1%
Yellow84.4%
Key (black)17.3%
Color previews
#d33f21 text on a black background
contrast 4.50:1
Card sample
#d33f21 text on a white background
contrast 4.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d33f21;
Background color
Panel with #d33f21 background
background-color: #d33f21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d33f21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(211, 63, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(211, 63, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d33f21; background: linear-gradient(135deg, #d33f21, #D3B621);