#df1b0c
a balanced, electric red · warm · closest name: red
RGB
223, 27, 12
HSL
4°, 90%, 46%
CMYK
0, 88, 95, 13
Luminance
0.1650
Every format
| HEX | #df1b0c |
| RGB | rgb(223, 27, 12) |
| HSL | hsl(4, 90%, 46%) |
| CMYK | cmyk(0%, 88%, 95%, 13%) |
| LAB | lab(47.6 69.5 57.8) |
| LCH | lch(47.6 90.4 39.7) |
| OKLCH | oklch(0.575 0.225 29.8) |
Copy-ready code
/* CSS */
color: #df1b0c;
background-color: #df1b0c;
/* Tailwind (arbitrary) */
class="text-[#df1b0c] bg-[#df1b0c]"
/* SCSS */
$brand: #df1b0c;
/* SwiftUI */
Color(red: 0.875, green: 0.106, blue: 0.047)
/* Android */
Color.parseColor("#df1b0c")Accessibility — WCAG contrast
Aa
#df1b0c on white: 4.88:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#df1b0c on black: 4.30:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green10.6%
Blue4.7%
CMYK percentages
Cyan0.0%
Magenta87.9%
Yellow94.6%
Key (black)12.5%
Color previews
#df1b0c text on a black background
contrast 4.30:1
Card sample
#df1b0c text on a white background
contrast 4.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df1b0c;
Background color
Panel with #df1b0c background
background-color: #df1b0c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df1b0c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 27, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 27, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df1b0c; background: linear-gradient(135deg, #df1b0c, #DFA80C);