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