#df607e
a balanced, vivid red · warm · closest name: salmon
RGB
223, 96, 126
HSL
346°, 67%, 63%
CMYK
0, 57, 44, 13
Luminance
0.2556
Every format
| HEX | #df607e |
| RGB | rgb(223, 96, 126) |
| HSL | hsl(346, 67%, 63%) |
| CMYK | cmyk(0%, 57%, 44%, 13%) |
| LAB | lab(57.6 52.2 8.4) |
| LCH | lch(57.6 52.9 9.2) |
| OKLCH | oklch(0.655 0.160 7.9) |
Copy-ready code
/* CSS */
color: #df607e;
background-color: #df607e;
/* Tailwind (arbitrary) */
class="text-[#df607e] bg-[#df607e]"
/* SCSS */
$brand: #df607e;
/* SwiftUI */
Color(red: 0.875, green: 0.376, blue: 0.494)
/* Android */
Color.parseColor("#df607e")Accessibility — WCAG contrast
Aa
#df607e on white: 3.44:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df607e on black: 6.11:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green37.6%
Blue49.4%
CMYK percentages
Cyan0.0%
Magenta57.0%
Yellow43.5%
Key (black)12.5%
Color previews
#df607e text on a black background
contrast 6.11:1
Card sample
#df607e text on a white background
contrast 3.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df607e;
Background color
Panel with #df607e background
background-color: #df607e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df607e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 96, 126, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 96, 126, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df607e; background: linear-gradient(135deg, #df607e, #DF9660);