#df5152
a balanced, vivid red · warm · closest name: salmon
RGB
223, 81, 82
HSL
360°, 69%, 60%
CMYK
0, 64, 63, 13
Luminance
0.2218
Every format
| HEX | #df5152 |
| RGB | rgb(223, 81, 82) |
| HSL | hsl(360, 69%, 60%) |
| CMYK | cmyk(0%, 64%, 63%, 13%) |
| LAB | lab(54.2 55.4 29.6) |
| LCH | lch(54.2 62.8 28.1) |
| OKLCH | oklch(0.627 0.178 23.4) |
Copy-ready code
/* CSS */
color: #df5152;
background-color: #df5152;
/* Tailwind (arbitrary) */
class="text-[#df5152] bg-[#df5152]"
/* SCSS */
$brand: #df5152;
/* SwiftUI */
Color(red: 0.875, green: 0.318, blue: 0.322)
/* Android */
Color.parseColor("#df5152")Accessibility — WCAG contrast
Aa
#df5152 on white: 3.86:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df5152 on black: 5.44:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green31.8%
Blue32.2%
CMYK percentages
Cyan0.0%
Magenta63.7%
Yellow63.2%
Key (black)12.5%
Color previews
#df5152 text on a black background
contrast 5.44:1
Card sample
#df5152 text on a white background
contrast 3.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df5152;
Background color
Panel with #df5152 background
background-color: #df5152;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df5152;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 81, 82, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 81, 82, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df5152; background: linear-gradient(135deg, #df5152, #DFAF51);