#df3448
a balanced, vivid red · warm · closest name: crimson
RGB
223, 52, 72
HSL
353°, 73%, 54%
CMYK
0, 77, 68, 13
Luminance
0.1861
Every format
| HEX | #df3448 |
| RGB | rgb(223, 52, 72) |
| HSL | hsl(353, 73%, 54%) |
| CMYK | cmyk(0%, 77%, 68%, 13%) |
| LAB | lab(50.2 65.3 30.4) |
| LCH | lch(50.2 72.1 25.0) |
| OKLCH | oklch(0.596 0.205 20.3) |
Copy-ready code
/* CSS */
color: #df3448;
background-color: #df3448;
/* Tailwind (arbitrary) */
class="text-[#df3448] bg-[#df3448]"
/* SCSS */
$brand: #df3448;
/* SwiftUI */
Color(red: 0.875, green: 0.204, blue: 0.282)
/* Android */
Color.parseColor("#df3448")Accessibility — WCAG contrast
Aa
#df3448 on white: 4.45:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df3448 on black: 4.72:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green20.4%
Blue28.2%
CMYK percentages
Cyan0.0%
Magenta76.7%
Yellow67.7%
Key (black)12.5%
Color previews
#df3448 text on a black background
contrast 4.72:1
Card sample
#df3448 text on a white background
contrast 4.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df3448;
Background color
Panel with #df3448 background
background-color: #df3448;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df3448;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 52, 72, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 52, 72, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df3448; background: linear-gradient(135deg, #df3448, #DF9234);