#df5355
a balanced, vivid red · warm · closest name: salmon
RGB
223, 83, 85
HSL
359°, 69%, 60%
CMYK
0, 63, 62, 13
Luminance
0.2253
Every format
| HEX | #df5355 |
| RGB | rgb(223, 83, 85) |
| HSL | hsl(359, 69%, 60%) |
| CMYK | cmyk(0%, 63%, 62%, 13%) |
| LAB | lab(54.6 54.7 28.3) |
| LCH | lch(54.6 61.6 27.4) |
| OKLCH | oklch(0.630 0.175 22.8) |
Copy-ready code
/* CSS */
color: #df5355;
background-color: #df5355;
/* Tailwind (arbitrary) */
class="text-[#df5355] bg-[#df5355]"
/* SCSS */
$brand: #df5355;
/* SwiftUI */
Color(red: 0.875, green: 0.325, blue: 0.333)
/* Android */
Color.parseColor("#df5355")Accessibility — WCAG contrast
Aa
#df5355 on white: 3.81:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df5355 on black: 5.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green32.5%
Blue33.3%
CMYK percentages
Cyan0.0%
Magenta62.8%
Yellow61.9%
Key (black)12.5%
Color previews
#df5355 text on a black background
contrast 5.51:1
Card sample
#df5355 text on a white background
contrast 3.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df5355;
Background color
Panel with #df5355 background
background-color: #df5355;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df5355;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 83, 85, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 83, 85, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df5355; background: linear-gradient(135deg, #df5355, #DFAE53);