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