#df4d5f
a balanced, vivid red · warm · closest name: crimson
RGB
223, 77, 95
HSL
353°, 70%, 59%
CMYK
0, 66, 57, 13
Luminance
0.2182
Every format
| HEX | #df4d5f |
| RGB | rgb(223, 77, 95) |
| HSL | hsl(353, 70%, 59%) |
| CMYK | cmyk(0%, 66%, 57%, 13%) |
| LAB | lab(53.8 57.9 21.5) |
| LCH | lch(53.8 61.7 20.4) |
| OKLCH | oklch(0.625 0.181 17.0) |
Copy-ready code
/* CSS */
color: #df4d5f;
background-color: #df4d5f;
/* Tailwind (arbitrary) */
class="text-[#df4d5f] bg-[#df4d5f]"
/* SCSS */
$brand: #df4d5f;
/* SwiftUI */
Color(red: 0.875, green: 0.302, blue: 0.373)
/* Android */
Color.parseColor("#df4d5f")Accessibility — WCAG contrast
Aa
#df4d5f on white: 3.91:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df4d5f on black: 5.36:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green30.2%
Blue37.3%
CMYK percentages
Cyan0.0%
Magenta65.5%
Yellow57.4%
Key (black)12.5%
Color previews
#df4d5f text on a black background
contrast 5.36:1
Card sample
#df4d5f text on a white background
contrast 3.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df4d5f;
Background color
Panel with #df4d5f background
background-color: #df4d5f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df4d5f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 77, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 77, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df4d5f; background: linear-gradient(135deg, #df4d5f, #DF9C4D);