#df0a2d
a balanced, electric red · warm · closest name: crimson
RGB
223, 10, 45
HSL
350°, 91%, 46%
CMYK
0, 96, 80, 13
Luminance
0.1609
Every format
| HEX | #df0a2d |
| RGB | rgb(223, 10, 45) |
| HSL | hsl(350, 91%, 46%) |
| CMYK | cmyk(0%, 96%, 80%, 13%) |
| LAB | lab(47.1 72.2 42.6) |
| LCH | lch(47.1 83.8 30.5) |
| OKLCH | oklch(0.572 0.228 23.6) |
Copy-ready code
/* CSS */
color: #df0a2d;
background-color: #df0a2d;
/* Tailwind (arbitrary) */
class="text-[#df0a2d] bg-[#df0a2d]"
/* SCSS */
$brand: #df0a2d;
/* SwiftUI */
Color(red: 0.875, green: 0.039, blue: 0.176)
/* Android */
Color.parseColor("#df0a2d")Accessibility — WCAG contrast
Aa
#df0a2d on white: 4.98:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#df0a2d on black: 4.22:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green3.9%
Blue17.6%
CMYK percentages
Cyan0.0%
Magenta95.5%
Yellow79.8%
Key (black)12.5%
Color previews
#df0a2d text on a black background
contrast 4.22:1
Card sample
#df0a2d text on a white background
contrast 4.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df0a2d;
Background color
Panel with #df0a2d background
background-color: #df0a2d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df0a2d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 10, 45, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 10, 45, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df0a2d; background: linear-gradient(135deg, #df0a2d, #DF750A);