#df4152
a balanced, vivid red · warm · closest name: crimson
RGB
223, 65, 82
HSL
354°, 71%, 57%
CMYK
0, 71, 63, 13
Luminance
0.2008
Every format
| HEX | #df4152 |
| RGB | rgb(223, 65, 82) |
| HSL | hsl(354, 71%, 57%) |
| CMYK | cmyk(0%, 71%, 63%, 13%) |
| LAB | lab(51.9 61.6 26.7) |
| LCH | lch(51.9 67.1 23.4) |
| OKLCH | oklch(0.610 0.194 19.3) |
Copy-ready code
/* CSS */
color: #df4152;
background-color: #df4152;
/* Tailwind (arbitrary) */
class="text-[#df4152] bg-[#df4152]"
/* SCSS */
$brand: #df4152;
/* SwiftUI */
Color(red: 0.875, green: 0.255, blue: 0.322)
/* Android */
Color.parseColor("#df4152")Accessibility — WCAG contrast
Aa
#df4152 on white: 4.19:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df4152 on black: 5.02:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green25.5%
Blue32.2%
CMYK percentages
Cyan0.0%
Magenta70.9%
Yellow63.2%
Key (black)12.5%
Color previews
#df4152 text on a black background
contrast 5.02:1
Card sample
#df4152 text on a white background
contrast 4.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df4152;
Background color
Panel with #df4152 background
background-color: #df4152;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df4152;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 65, 82, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 65, 82, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df4152; background: linear-gradient(135deg, #df4152, #DF9941);