#df334c
a balanced, vivid red · warm · closest name: crimson
RGB
223, 51, 76
HSL
351°, 73%, 54%
CMYK
0, 77, 66, 13
Luminance
0.1858
Every format
| HEX | #df334c |
| RGB | rgb(223, 51, 76) |
| HSL | hsl(351, 73%, 54%) |
| CMYK | cmyk(0%, 77%, 66%, 13%) |
| LAB | lab(50.2 65.8 28.0) |
| LCH | lch(50.2 71.5 23.1) |
| OKLCH | oklch(0.596 0.206 18.8) |
Copy-ready code
/* CSS */
color: #df334c;
background-color: #df334c;
/* Tailwind (arbitrary) */
class="text-[#df334c] bg-[#df334c]"
/* SCSS */
$brand: #df334c;
/* SwiftUI */
Color(red: 0.875, green: 0.200, blue: 0.298)
/* Android */
Color.parseColor("#df334c")Accessibility — WCAG contrast
Aa
#df334c on white: 4.45:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df334c on black: 4.72:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green20.0%
Blue29.8%
CMYK percentages
Cyan0.0%
Magenta77.1%
Yellow65.9%
Key (black)12.5%
Color previews
#df334c text on a black background
contrast 4.72:1
Card sample
#df334c text on a white background
contrast 4.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df334c;
Background color
Panel with #df334c background
background-color: #df334c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df334c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 51, 76, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 51, 76, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df334c; background: linear-gradient(135deg, #df334c, #DF8D33);