#df333c
a balanced, vivid red · warm · closest name: crimson
RGB
223, 51, 60
HSL
357°, 73%, 54%
CMYK
0, 77, 73, 13
Luminance
0.1838
Every format
| HEX | #df333c |
| RGB | rgb(223, 51, 60) |
| HSL | hsl(357, 73%, 54%) |
| CMYK | cmyk(0%, 77%, 73%, 13%) |
| LAB | lab(50.0 65.1 37.1) |
| LCH | lch(50.0 74.9 29.7) |
| OKLCH | oklch(0.594 0.207 23.9) |
Copy-ready code
/* CSS */
color: #df333c;
background-color: #df333c;
/* Tailwind (arbitrary) */
class="text-[#df333c] bg-[#df333c]"
/* SCSS */
$brand: #df333c;
/* SwiftUI */
Color(red: 0.875, green: 0.200, blue: 0.235)
/* Android */
Color.parseColor("#df333c")Accessibility — WCAG contrast
Aa
#df333c on white: 4.49:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df333c on black: 4.68:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green20.0%
Blue23.5%
CMYK percentages
Cyan0.0%
Magenta77.1%
Yellow73.1%
Key (black)12.5%
Color previews
#df333c text on a black background
contrast 4.68:1
Card sample
#df333c text on a white background
contrast 4.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df333c;
Background color
Panel with #df333c background
background-color: #df333c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df333c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 51, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 51, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df333c; background: linear-gradient(135deg, #df333c, #DF9D33);