#df554e
a balanced, vivid red · warm · closest name: salmon
RGB
223, 85, 78
HSL
3°, 69%, 59%
CMYK
0, 62, 65, 13
Luminance
0.2274
Every format
| HEX | #df554e |
| RGB | rgb(223, 85, 78) |
| HSL | hsl(3, 69%, 59%) |
| CMYK | cmyk(0%, 62%, 65%, 13%) |
| LAB | lab(54.8 53.4 32.6) |
| LCH | lch(54.8 62.6 31.4) |
| OKLCH | oklch(0.631 0.174 26.2) |
Copy-ready code
/* CSS */
color: #df554e;
background-color: #df554e;
/* Tailwind (arbitrary) */
class="text-[#df554e] bg-[#df554e]"
/* SCSS */
$brand: #df554e;
/* SwiftUI */
Color(red: 0.875, green: 0.333, blue: 0.306)
/* Android */
Color.parseColor("#df554e")Accessibility — WCAG contrast
Aa
#df554e on white: 3.79:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df554e on black: 5.55:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green33.3%
Blue30.6%
CMYK percentages
Cyan0.0%
Magenta61.9%
Yellow65.0%
Key (black)12.5%
Color previews
#df554e text on a black background
contrast 5.55:1
Card sample
#df554e text on a white background
contrast 3.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df554e;
Background color
Panel with #df554e background
background-color: #df554e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df554e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 85, 78, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 85, 78, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df554e; background: linear-gradient(135deg, #df554e, #DFB64E);