#df2f4b
a balanced, vivid red · warm · closest name: crimson
RGB
223, 47, 75
HSL
351°, 73%, 53%
CMYK
0, 79, 66, 13
Luminance
0.1823
Every format
| HEX | #df2f4b |
| RGB | rgb(223, 47, 75) |
| HSL | hsl(351, 73%, 53%) |
| CMYK | cmyk(0%, 79%, 66%, 13%) |
| LAB | lab(49.8 66.9 28.1) |
| LCH | lch(49.8 72.6 22.8) |
| OKLCH | oklch(0.593 0.209 18.5) |
Copy-ready code
/* CSS */
color: #df2f4b;
background-color: #df2f4b;
/* Tailwind (arbitrary) */
class="text-[#df2f4b] bg-[#df2f4b]"
/* SCSS */
$brand: #df2f4b;
/* SwiftUI */
Color(red: 0.875, green: 0.184, blue: 0.294)
/* Android */
Color.parseColor("#df2f4b")Accessibility — WCAG contrast
Aa
#df2f4b on white: 4.52:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#df2f4b on black: 4.65:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green18.4%
Blue29.4%
CMYK percentages
Cyan0.0%
Magenta78.9%
Yellow66.4%
Key (black)12.5%
Color previews
#df2f4b text on a black background
contrast 4.65:1
Card sample
#df2f4b text on a white background
contrast 4.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df2f4b;
Background color
Panel with #df2f4b background
background-color: #df2f4b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df2f4b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 47, 75, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 47, 75, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df2f4b; background: linear-gradient(135deg, #df2f4b, #DF882F);