#df0f2e
a balanced, electric red · warm · closest name: crimson
RGB
223, 15, 46
HSL
351°, 87%, 47%
CMYK
0, 93, 79, 13
Luminance
0.1623
Every format
| HEX | #df0f2e |
| RGB | rgb(223, 15, 46) |
| HSL | hsl(351, 87%, 47%) |
| CMYK | cmyk(0%, 93%, 79%, 13%) |
| LAB | lab(47.3 71.8 42.2) |
| LCH | lch(47.3 83.3 30.4) |
| OKLCH | oklch(0.574 0.227 23.6) |
Copy-ready code
/* CSS */
color: #df0f2e;
background-color: #df0f2e;
/* Tailwind (arbitrary) */
class="text-[#df0f2e] bg-[#df0f2e]"
/* SCSS */
$brand: #df0f2e;
/* SwiftUI */
Color(red: 0.875, green: 0.059, blue: 0.180)
/* Android */
Color.parseColor("#df0f2e")Accessibility — WCAG contrast
Aa
#df0f2e on white: 4.95:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#df0f2e on black: 4.25:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green5.9%
Blue18.0%
CMYK percentages
Cyan0.0%
Magenta93.3%
Yellow79.4%
Key (black)12.5%
Color previews
#df0f2e text on a black background
contrast 4.25:1
Card sample
#df0f2e text on a white background
contrast 4.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df0f2e;
Background color
Panel with #df0f2e background
background-color: #df0f2e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df0f2e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 15, 46, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 15, 46, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df0f2e; background: linear-gradient(135deg, #df0f2e, #DF7B0F);