#df2014
a balanced, electric red · warm · closest name: red
RGB
223, 32, 20
HSL
4°, 84%, 48%
CMYK
0, 86, 91, 13
Luminance
0.1677
Every format
| HEX | #df2014 |
| RGB | rgb(223, 32, 20) |
| HSL | hsl(4, 84%, 48%) |
| CMYK | cmyk(0%, 86%, 91%, 13%) |
| LAB | lab(48.0 68.7 55.3) |
| LCH | lch(48.0 88.2 38.8) |
| OKLCH | oklch(0.578 0.223 29.5) |
Copy-ready code
/* CSS */
color: #df2014;
background-color: #df2014;
/* Tailwind (arbitrary) */
class="text-[#df2014] bg-[#df2014]"
/* SCSS */
$brand: #df2014;
/* SwiftUI */
Color(red: 0.875, green: 0.125, blue: 0.078)
/* Android */
Color.parseColor("#df2014")Accessibility — WCAG contrast
Aa
#df2014 on white: 4.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#df2014 on black: 4.35:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green12.5%
Blue7.8%
CMYK percentages
Cyan0.0%
Magenta85.7%
Yellow91.0%
Key (black)12.5%
Color previews
#df2014 text on a black background
contrast 4.35:1
Card sample
#df2014 text on a white background
contrast 4.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df2014;
Background color
Panel with #df2014 background
background-color: #df2014;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df2014;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 32, 20, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 32, 20, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df2014; background: linear-gradient(135deg, #df2014, #DFA714);