#df0922
a balanced, electric red · warm · closest name: crimson
RGB
223, 9, 34
HSL
353°, 92%, 46%
CMYK
0, 96, 85, 13
Luminance
0.1600
Every format
| HEX | #df0922 |
| RGB | rgb(223, 9, 34) |
| HSL | hsl(353, 92%, 46%) |
| CMYK | cmyk(0%, 96%, 85%, 13%) |
| LAB | lab(47.0 72.0 48.3) |
| LCH | lch(47.0 86.8 33.8) |
| OKLCH | oklch(0.571 0.229 25.8) |
Copy-ready code
/* CSS */
color: #df0922;
background-color: #df0922;
/* Tailwind (arbitrary) */
class="text-[#df0922] bg-[#df0922]"
/* SCSS */
$brand: #df0922;
/* SwiftUI */
Color(red: 0.875, green: 0.035, blue: 0.133)
/* Android */
Color.parseColor("#df0922")Accessibility — WCAG contrast
Aa
#df0922 on white: 5.00:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#df0922 on black: 4.20:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green3.5%
Blue13.3%
CMYK percentages
Cyan0.0%
Magenta96.0%
Yellow84.8%
Key (black)12.5%
Color previews
#df0922 text on a black background
contrast 4.20:1
Card sample
#df0922 text on a white background
contrast 5.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df0922;
Background color
Panel with #df0922 background
background-color: #df0922;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df0922;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 9, 34, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 9, 34, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df0922; background: linear-gradient(135deg, #df0922, #DF7F09);