#df1f3b
a balanced, electric red · warm · closest name: crimson
RGB
223, 31, 59
HSL
351°, 76%, 50%
CMYK
0, 86, 74, 13
Luminance
0.1698
Every format
| HEX | #df1f3b |
| RGB | rgb(223, 31, 59) |
| HSL | hsl(351, 76%, 50%) |
| CMYK | cmyk(0%, 86%, 74%, 13%) |
| LAB | lab(48.3 69.9 35.8) |
| LCH | lch(48.3 78.5 27.1) |
| OKLCH | oklch(0.581 0.220 21.5) |
Copy-ready code
/* CSS */
color: #df1f3b;
background-color: #df1f3b;
/* Tailwind (arbitrary) */
class="text-[#df1f3b] bg-[#df1f3b]"
/* SCSS */
$brand: #df1f3b;
/* SwiftUI */
Color(red: 0.875, green: 0.122, blue: 0.231)
/* Android */
Color.parseColor("#df1f3b")Accessibility — WCAG contrast
Aa
#df1f3b on white: 4.78:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#df1f3b on black: 4.40:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green12.2%
Blue23.1%
CMYK percentages
Cyan0.0%
Magenta86.1%
Yellow73.5%
Key (black)12.5%
Color previews
#df1f3b text on a black background
contrast 4.40:1
Card sample
#df1f3b text on a white background
contrast 4.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df1f3b;
Background color
Panel with #df1f3b background
background-color: #df1f3b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df1f3b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 31, 59, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 31, 59, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df1f3b; background: linear-gradient(135deg, #df1f3b, #DF831F);