#df0b2f
a balanced, electric red · warm · closest name: crimson
RGB
223, 11, 47
HSL
350°, 91%, 46%
CMYK
0, 95, 79, 13
Luminance
0.1613
Every format
| HEX | #df0b2f |
| RGB | rgb(223, 11, 47) |
| HSL | hsl(350, 91%, 46%) |
| CMYK | cmyk(0%, 95%, 79%, 13%) |
| LAB | lab(47.1 72.2 41.5) |
| LCH | lch(47.1 83.3 29.9) |
| OKLCH | oklch(0.573 0.228 23.2) |
Copy-ready code
/* CSS */
color: #df0b2f;
background-color: #df0b2f;
/* Tailwind (arbitrary) */
class="text-[#df0b2f] bg-[#df0b2f]"
/* SCSS */
$brand: #df0b2f;
/* SwiftUI */
Color(red: 0.875, green: 0.043, blue: 0.184)
/* Android */
Color.parseColor("#df0b2f")Accessibility — WCAG contrast
Aa
#df0b2f on white: 4.97:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#df0b2f on black: 4.23:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green4.3%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta95.1%
Yellow78.9%
Key (black)12.5%
Color previews
#df0b2f text on a black background
contrast 4.23:1
Card sample
#df0b2f text on a white background
contrast 4.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df0b2f;
Background color
Panel with #df0b2f background
background-color: #df0b2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df0b2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 11, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 11, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df0b2f; background: linear-gradient(135deg, #df0b2f, #DF740B);