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