#df2e3e
a balanced, vivid red · warm · closest name: crimson
RGB
223, 46, 62
HSL
355°, 73%, 53%
CMYK
0, 79, 72, 13
Luminance
0.1799
Every format
| HEX | #df2e3e |
| RGB | rgb(223, 46, 62) |
| HSL | hsl(355, 73%, 53%) |
| CMYK | cmyk(0%, 79%, 72%, 13%) |
| LAB | lab(49.5 66.6 35.4) |
| LCH | lch(49.5 75.4 28.0) |
| OKLCH | oklch(0.590 0.211 22.5) |
Copy-ready code
/* CSS */
color: #df2e3e;
background-color: #df2e3e;
/* Tailwind (arbitrary) */
class="text-[#df2e3e] bg-[#df2e3e]"
/* SCSS */
$brand: #df2e3e;
/* SwiftUI */
Color(red: 0.875, green: 0.180, blue: 0.243)
/* Android */
Color.parseColor("#df2e3e")Accessibility — WCAG contrast
Aa
#df2e3e on white: 4.57:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#df2e3e on black: 4.60:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green18.0%
Blue24.3%
CMYK percentages
Cyan0.0%
Magenta79.4%
Yellow72.2%
Key (black)12.5%
Color previews
#df2e3e text on a black background
contrast 4.60:1
Card sample
#df2e3e text on a white background
contrast 4.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df2e3e;
Background color
Panel with #df2e3e background
background-color: #df2e3e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df2e3e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 46, 62, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 46, 62, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df2e3e; background: linear-gradient(135deg, #df2e3e, #DF942E);