#df1221
a balanced, electric red · warm · closest name: crimson
RGB
223, 18, 33
HSL
356°, 85%, 47%
CMYK
0, 92, 85, 13
Luminance
0.1623
Every format
| HEX | #df1221 |
| RGB | rgb(223, 18, 33) |
| HSL | hsl(356, 85%, 47%) |
| CMYK | cmyk(0%, 92%, 85%, 13%) |
| LAB | lab(47.3 71.1 49.1) |
| LCH | lch(47.3 86.4 34.6) |
| OKLCH | oklch(0.573 0.227 26.5) |
Copy-ready code
/* CSS */
color: #df1221;
background-color: #df1221;
/* Tailwind (arbitrary) */
class="text-[#df1221] bg-[#df1221]"
/* SCSS */
$brand: #df1221;
/* SwiftUI */
Color(red: 0.875, green: 0.071, blue: 0.129)
/* Android */
Color.parseColor("#df1221")Accessibility — WCAG contrast
Aa
#df1221 on white: 4.95:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#df1221 on black: 4.25:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green7.1%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta91.9%
Yellow85.2%
Key (black)12.5%
Color previews
#df1221 text on a black background
contrast 4.25:1
Card sample
#df1221 text on a white background
contrast 4.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df1221;
Background color
Panel with #df1221 background
background-color: #df1221;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df1221;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 18, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 18, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df1221; background: linear-gradient(135deg, #df1221, #DF8C12);