#df1122
a balanced, electric red · warm · closest name: crimson
RGB
223, 17, 34
HSL
355°, 86%, 47%
CMYK
0, 92, 85, 13
Luminance
0.1620
Every format
| HEX | #df1122 |
| RGB | rgb(223, 17, 34) |
| HSL | hsl(355, 86%, 47%) |
| CMYK | cmyk(0%, 92%, 85%, 13%) |
| LAB | lab(47.3 71.3 48.5) |
| LCH | lch(47.3 86.2 34.3) |
| OKLCH | oklch(0.573 0.227 26.2) |
Copy-ready code
/* CSS */
color: #df1122;
background-color: #df1122;
/* Tailwind (arbitrary) */
class="text-[#df1122] bg-[#df1122]"
/* SCSS */
$brand: #df1122;
/* SwiftUI */
Color(red: 0.875, green: 0.067, blue: 0.133)
/* Android */
Color.parseColor("#df1122")Accessibility — WCAG contrast
Aa
#df1122 on white: 4.95:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#df1122 on black: 4.24:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green6.7%
Blue13.3%
CMYK percentages
Cyan0.0%
Magenta92.4%
Yellow84.8%
Key (black)12.5%
Color previews
#df1122 text on a black background
contrast 4.24:1
Card sample
#df1122 text on a white background
contrast 4.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df1122;
Background color
Panel with #df1122 background
background-color: #df1122;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df1122;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 17, 34, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 17, 34, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df1122; background: linear-gradient(135deg, #df1122, #DF8911);