#df755e
a balanced, vivid red · warm · closest name: salmon
RGB
223, 117, 94
HSL
11°, 67%, 62%
CMYK
0, 48, 58, 13
Luminance
0.2922
Every format
| HEX | #df755e |
| RGB | rgb(223, 117, 94) |
| HSL | hsl(11, 67%, 62%) |
| CMYK | cmyk(0%, 48%, 58%, 13%) |
| LAB | lab(61.0 39.2 31.3) |
| LCH | lch(61.0 50.2 38.7) |
| OKLCH | oklch(0.678 0.137 33.4) |
Copy-ready code
/* CSS */
color: #df755e;
background-color: #df755e;
/* Tailwind (arbitrary) */
class="text-[#df755e] bg-[#df755e]"
/* SCSS */
$brand: #df755e;
/* SwiftUI */
Color(red: 0.875, green: 0.459, blue: 0.369)
/* Android */
Color.parseColor("#df755e")Accessibility — WCAG contrast
Aa
#df755e on white: 3.07:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df755e on black: 6.84:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green45.9%
Blue36.9%
CMYK percentages
Cyan0.0%
Magenta47.5%
Yellow57.8%
Key (black)12.5%
Color previews
#df755e text on a black background
contrast 6.84:1
Card sample
#df755e text on a white background
contrast 3.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df755e;
Background color
Panel with #df755e background
background-color: #df755e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df755e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 117, 94, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 117, 94, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df755e; background: linear-gradient(135deg, #df755e, #DFCB5E);