#df697e
a balanced, vivid red · warm · closest name: salmon
RGB
223, 105, 126
HSL
349°, 65%, 64%
CMYK
0, 53, 44, 13
Luminance
0.2730
Every format
| HEX | #df697e |
| RGB | rgb(223, 105, 126) |
| HSL | hsl(349, 65%, 64%) |
| CMYK | cmyk(0%, 53%, 44%, 13%) |
| LAB | lab(59.3 48.0 10.7) |
| LCH | lch(59.3 49.2 12.6) |
| OKLCH | oklch(0.667 0.148 10.9) |
Copy-ready code
/* CSS */
color: #df697e;
background-color: #df697e;
/* Tailwind (arbitrary) */
class="text-[#df697e] bg-[#df697e]"
/* SCSS */
$brand: #df697e;
/* SwiftUI */
Color(red: 0.875, green: 0.412, blue: 0.494)
/* Android */
Color.parseColor("#df697e")Accessibility — WCAG contrast
Aa
#df697e on white: 3.25:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df697e on black: 6.46:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green41.2%
Blue49.4%
CMYK percentages
Cyan0.0%
Magenta52.9%
Yellow43.5%
Key (black)12.5%
Color previews
#df697e text on a black background
contrast 6.46:1
Card sample
#df697e text on a white background
contrast 3.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df697e;
Background color
Panel with #df697e background
background-color: #df697e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df697e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 105, 126, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 105, 126, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df697e; background: linear-gradient(135deg, #df697e, #DFA369);