#df2f2e
a balanced, vivid red · warm · closest name: crimson
RGB
223, 47, 46
HSL
0°, 73%, 53%
CMYK
0, 79, 79, 13
Luminance
0.1792
Every format
| HEX | #df2f2e |
| RGB | rgb(223, 47, 46) |
| HSL | hsl(0, 73%, 53%) |
| CMYK | cmyk(0%, 79%, 79%, 13%) |
| LAB | lab(49.4 65.7 44.3) |
| LCH | lch(49.4 79.3 34.0) |
| OKLCH | oklch(0.589 0.211 26.9) |
Copy-ready code
/* CSS */
color: #df2f2e;
background-color: #df2f2e;
/* Tailwind (arbitrary) */
class="text-[#df2f2e] bg-[#df2f2e]"
/* SCSS */
$brand: #df2f2e;
/* SwiftUI */
Color(red: 0.875, green: 0.184, blue: 0.180)
/* Android */
Color.parseColor("#df2f2e")Accessibility — WCAG contrast
Aa
#df2f2e on white: 4.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#df2f2e on black: 4.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green18.4%
Blue18.0%
CMYK percentages
Cyan0.0%
Magenta78.9%
Yellow79.4%
Key (black)12.5%
Color previews
#df2f2e text on a black background
contrast 4.58:1
Card sample
#df2f2e text on a white background
contrast 4.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df2f2e;
Background color
Panel with #df2f2e background
background-color: #df2f2e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df2f2e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 47, 46, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 47, 46, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df2f2e; background: linear-gradient(135deg, #df2f2e, #DFA52E);