#df2b2e
a balanced, vivid red · warm · closest name: crimson
RGB
223, 43, 46
HSL
359°, 74%, 52%
CMYK
0, 81, 79, 13
Luminance
0.1761
Every format
| HEX | #df2b2e |
| RGB | rgb(223, 43, 46) |
| HSL | hsl(359, 74%, 52%) |
| CMYK | cmyk(0%, 81%, 79%, 13%) |
| LAB | lab(49.0 66.8 44.0) |
| LCH | lch(49.0 79.9 33.4) |
| OKLCH | oklch(0.586 0.214 26.3) |
Copy-ready code
/* CSS */
color: #df2b2e;
background-color: #df2b2e;
/* Tailwind (arbitrary) */
class="text-[#df2b2e] bg-[#df2b2e]"
/* SCSS */
$brand: #df2b2e;
/* SwiftUI */
Color(red: 0.875, green: 0.169, blue: 0.180)
/* Android */
Color.parseColor("#df2b2e")Accessibility — WCAG contrast
Aa
#df2b2e on white: 4.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#df2b2e on black: 4.52:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green16.9%
Blue18.0%
CMYK percentages
Cyan0.0%
Magenta80.7%
Yellow79.4%
Key (black)12.5%
Color previews
#df2b2e text on a black background
contrast 4.52:1
Card sample
#df2b2e text on a white background
contrast 4.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df2b2e;
Background color
Panel with #df2b2e background
background-color: #df2b2e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df2b2e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 43, 46, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 43, 46, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df2b2e; background: linear-gradient(135deg, #df2b2e, #DFA02B);