#df3949
a balanced, vivid red · warm · closest name: crimson
RGB
223, 57, 73
HSL
354°, 72%, 55%
CMYK
0, 74, 67, 13
Luminance
0.1910
Every format
| HEX | #df3949 |
| RGB | rgb(223, 57, 73) |
| HSL | hsl(354, 72%, 55%) |
| CMYK | cmyk(0%, 74%, 67%, 13%) |
| LAB | lab(50.8 63.8 30.6) |
| LCH | lch(50.8 70.8 25.6) |
| OKLCH | oklch(0.601 0.201 20.8) |
Copy-ready code
/* CSS */
color: #df3949;
background-color: #df3949;
/* Tailwind (arbitrary) */
class="text-[#df3949] bg-[#df3949]"
/* SCSS */
$brand: #df3949;
/* SwiftUI */
Color(red: 0.875, green: 0.224, blue: 0.286)
/* Android */
Color.parseColor("#df3949")Accessibility — WCAG contrast
Aa
#df3949 on white: 4.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df3949 on black: 4.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green22.4%
Blue28.6%
CMYK percentages
Cyan0.0%
Magenta74.4%
Yellow67.3%
Key (black)12.5%
Color previews
#df3949 text on a black background
contrast 4.82:1
Card sample
#df3949 text on a white background
contrast 4.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df3949;
Background color
Panel with #df3949 background
background-color: #df3949;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df3949;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 57, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 57, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df3949; background: linear-gradient(135deg, #df3949, #DF9839);