#df757e
a light, vivid red · warm · closest name: salmon
RGB
223, 117, 126
HSL
355°, 62%, 67%
CMYK
0, 48, 44, 13
Luminance
0.2992
Every format
| HEX | #df757e |
| RGB | rgb(223, 117, 126) |
| HSL | hsl(355, 62%, 67%) |
| CMYK | cmyk(0%, 48%, 44%, 13%) |
| LAB | lab(61.6 42.0 14.0) |
| LCH | lch(61.6 44.3 18.5) |
| OKLCH | oklch(0.685 0.132 15.8) |
Copy-ready code
/* CSS */
color: #df757e;
background-color: #df757e;
/* Tailwind (arbitrary) */
class="text-[#df757e] bg-[#df757e]"
/* SCSS */
$brand: #df757e;
/* SwiftUI */
Color(red: 0.875, green: 0.459, blue: 0.494)
/* Android */
Color.parseColor("#df757e")Accessibility — WCAG contrast
Aa
#df757e on white: 3.01:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df757e on black: 6.98:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green45.9%
Blue49.4%
CMYK percentages
Cyan0.0%
Magenta47.5%
Yellow43.5%
Key (black)12.5%
Color previews
#df757e text on a black background
contrast 6.98:1
Card sample
#df757e text on a white background
contrast 3.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df757e;
Background color
Panel with #df757e background
background-color: #df757e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df757e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 117, 126, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 117, 126, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df757e; background: linear-gradient(135deg, #df757e, #DFB375);