#d93f2c
a balanced, vivid red · warm · closest name: tomato
RGB
217, 63, 44
HSL
7°, 70%, 51%
CMYK
0, 71, 80, 15
Luminance
0.1849
Every format
| HEX | #d93f2c |
| RGB | rgb(217, 63, 44) |
| HSL | hsl(7, 70%, 51%) |
| CMYK | cmyk(0%, 71%, 80%, 15%) |
| LAB | lab(50.1 58.8 45.7) |
| LCH | lch(50.1 74.4 37.9) |
| OKLCH | oklch(0.592 0.194 30.6) |
Copy-ready code
/* CSS */
color: #d93f2c;
background-color: #d93f2c;
/* Tailwind (arbitrary) */
class="text-[#d93f2c] bg-[#d93f2c]"
/* SCSS */
$brand: #d93f2c;
/* SwiftUI */
Color(red: 0.851, green: 0.247, blue: 0.173)
/* Android */
Color.parseColor("#d93f2c")Accessibility — WCAG contrast
Aa
#d93f2c on white: 4.47:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#d93f2c on black: 4.70:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.1%
Green24.7%
Blue17.3%
CMYK percentages
Cyan0.0%
Magenta71.0%
Yellow79.7%
Key (black)14.9%
Color previews
#d93f2c text on a black background
contrast 4.70:1
Card sample
#d93f2c text on a white background
contrast 4.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d93f2c;
Background color
Panel with #d93f2c background
background-color: #d93f2c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d93f2c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(217, 63, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(217, 63, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d93f2c; background: linear-gradient(135deg, #d93f2c, #D9B22C);