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