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