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