#df2d4a
a balanced, vivid red · warm · closest name: crimson
RGB
223, 45, 74
HSL
350°, 74%, 53%
CMYK
0, 80, 67, 13
Luminance
0.1806
Every format
| HEX | #df2d4a |
| RGB | rgb(223, 45, 74) |
| HSL | hsl(350, 74%, 53%) |
| CMYK | cmyk(0%, 80%, 67%, 13%) |
| LAB | lab(49.6 67.4 28.4) |
| LCH | lch(49.6 73.1 22.9) |
| OKLCH | oklch(0.592 0.211 18.5) |
Copy-ready code
/* CSS */
color: #df2d4a;
background-color: #df2d4a;
/* Tailwind (arbitrary) */
class="text-[#df2d4a] bg-[#df2d4a]"
/* SCSS */
$brand: #df2d4a;
/* SwiftUI */
Color(red: 0.875, green: 0.176, blue: 0.290)
/* Android */
Color.parseColor("#df2d4a")Accessibility — WCAG contrast
Aa
#df2d4a on white: 4.55:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#df2d4a on black: 4.61:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green17.6%
Blue29.0%
CMYK percentages
Cyan0.0%
Magenta79.8%
Yellow66.8%
Key (black)12.5%
Color previews
#df2d4a text on a black background
contrast 4.61:1
Card sample
#df2d4a text on a white background
contrast 4.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df2d4a;
Background color
Panel with #df2d4a background
background-color: #df2d4a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df2d4a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 45, 74, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 45, 74, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df2d4a; background: linear-gradient(135deg, #df2d4a, #DF862D);