#df3530
a balanced, vivid red · warm · closest name: crimson
RGB
223, 53, 48
HSL
2°, 73%, 53%
CMYK
0, 76, 79, 13
Luminance
0.1845
Every format
| HEX | #df3530 |
| RGB | rgb(223, 53, 48) |
| HSL | hsl(2, 73%, 53%) |
| CMYK | cmyk(0%, 76%, 79%, 13%) |
| LAB | lab(50.0 64.0 43.9) |
| LCH | lch(50.0 77.7 34.4) |
| OKLCH | oklch(0.594 0.207 27.5) |
Copy-ready code
/* CSS */
color: #df3530;
background-color: #df3530;
/* Tailwind (arbitrary) */
class="text-[#df3530] bg-[#df3530]"
/* SCSS */
$brand: #df3530;
/* SwiftUI */
Color(red: 0.875, green: 0.208, blue: 0.188)
/* Android */
Color.parseColor("#df3530")Accessibility — WCAG contrast
Aa
#df3530 on white: 4.48:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df3530 on black: 4.69:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green20.8%
Blue18.8%
CMYK percentages
Cyan0.0%
Magenta76.2%
Yellow78.5%
Key (black)12.5%
Color previews
#df3530 text on a black background
contrast 4.69:1
Card sample
#df3530 text on a white background
contrast 4.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df3530;
Background color
Panel with #df3530 background
background-color: #df3530;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df3530;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 53, 48, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 53, 48, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df3530; background: linear-gradient(135deg, #df3530, #DFAA30);