#df3550
a balanced, vivid red · warm · closest name: crimson
RGB
223, 53, 80
HSL
351°, 73%, 54%
CMYK
0, 76, 64, 13
Luminance
0.1881
Every format
| HEX | #df3550 |
| RGB | rgb(223, 53, 80) |
| HSL | hsl(351, 73%, 54%) |
| CMYK | cmyk(0%, 76%, 64%, 13%) |
| LAB | lab(50.5 65.5 26.0) |
| LCH | lch(50.5 70.4 21.7) |
| OKLCH | oklch(0.599 0.204 17.7) |
Copy-ready code
/* CSS */
color: #df3550;
background-color: #df3550;
/* Tailwind (arbitrary) */
class="text-[#df3550] bg-[#df3550]"
/* SCSS */
$brand: #df3550;
/* SwiftUI */
Color(red: 0.875, green: 0.208, blue: 0.314)
/* Android */
Color.parseColor("#df3550")Accessibility — WCAG contrast
Aa
#df3550 on white: 4.41:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df3550 on black: 4.76:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green20.8%
Blue31.4%
CMYK percentages
Cyan0.0%
Magenta76.2%
Yellow64.1%
Key (black)12.5%
Color previews
#df3550 text on a black background
contrast 4.76:1
Card sample
#df3550 text on a white background
contrast 4.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df3550;
Background color
Panel with #df3550 background
background-color: #df3550;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df3550;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 53, 80, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 53, 80, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df3550; background: linear-gradient(135deg, #df3550, #DF8B35);