#df6971
a balanced, vivid red · warm · closest name: salmon
RGB
223, 105, 113
HSL
356°, 65%, 64%
CMYK
0, 53, 49, 13
Luminance
0.2698
Every format
| HEX | #df6971 |
| RGB | rgb(223, 105, 113) |
| HSL | hsl(356, 65%, 64%) |
| CMYK | cmyk(0%, 53%, 49%, 13%) |
| LAB | lab(59.0 46.7 17.9) |
| LCH | lch(59.0 50.0 20.9) |
| OKLCH | oklch(0.664 0.147 17.8) |
Copy-ready code
/* CSS */
color: #df6971;
background-color: #df6971;
/* Tailwind (arbitrary) */
class="text-[#df6971] bg-[#df6971]"
/* SCSS */
$brand: #df6971;
/* SwiftUI */
Color(red: 0.875, green: 0.412, blue: 0.443)
/* Android */
Color.parseColor("#df6971")Accessibility — WCAG contrast
Aa
#df6971 on white: 3.28:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df6971 on black: 6.40:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green41.2%
Blue44.3%
CMYK percentages
Cyan0.0%
Magenta52.9%
Yellow49.3%
Key (black)12.5%
Color previews
#df6971 text on a black background
contrast 6.40:1
Card sample
#df6971 text on a white background
contrast 3.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df6971;
Background color
Panel with #df6971 background
background-color: #df6971;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df6971;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 105, 113, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 105, 113, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df6971; background: linear-gradient(135deg, #df6971, #DFB069);