#df6f8b
a light, vivid red · warm · closest name: salmon
RGB
223, 111, 139
HSL
345°, 64%, 66%
CMYK
0, 50, 38, 13
Luminance
0.2892
Every format
| HEX | #df6f8b |
| RGB | rgb(223, 111, 139) |
| HSL | hsl(345, 64%, 66%) |
| CMYK | cmyk(0%, 50%, 38%, 13%) |
| LAB | lab(60.7 46.4 5.3) |
| LCH | lch(60.7 46.7 6.5) |
| OKLCH | oklch(0.679 0.142 5.8) |
Copy-ready code
/* CSS */
color: #df6f8b;
background-color: #df6f8b;
/* Tailwind (arbitrary) */
class="text-[#df6f8b] bg-[#df6f8b]"
/* SCSS */
$brand: #df6f8b;
/* SwiftUI */
Color(red: 0.875, green: 0.435, blue: 0.545)
/* Android */
Color.parseColor("#df6f8b")Accessibility — WCAG contrast
Aa
#df6f8b on white: 3.10:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df6f8b on black: 6.78:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green43.5%
Blue54.5%
CMYK percentages
Cyan0.0%
Magenta50.2%
Yellow37.7%
Key (black)12.5%
Color previews
#df6f8b text on a black background
contrast 6.78:1
Card sample
#df6f8b text on a white background
contrast 3.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df6f8b;
Background color
Panel with #df6f8b background
background-color: #df6f8b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df6f8b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 111, 139, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 111, 139, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df6f8b; background: linear-gradient(135deg, #df6f8b, #DF9E6F);