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