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