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