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