#df698e
a balanced, vivid magenta / pink · warm · closest name: salmon
RGB
223, 105, 142
HSL
341°, 65%, 64%
CMYK
0, 53, 36, 13
Luminance
0.2774
Every format
| HEX | #df698e |
| RGB | rgb(223, 105, 142) |
| HSL | hsl(341, 65%, 64%) |
| CMYK | cmyk(0%, 53%, 36%, 13%) |
| LAB | lab(59.7 49.7 2.0) |
| LCH | lch(59.7 49.8 2.3) |
| OKLCH | oklch(0.672 0.151 2.2) |
Copy-ready code
/* CSS */
color: #df698e;
background-color: #df698e;
/* Tailwind (arbitrary) */
class="text-[#df698e] bg-[#df698e]"
/* SCSS */
$brand: #df698e;
/* SwiftUI */
Color(red: 0.875, green: 0.412, blue: 0.557)
/* Android */
Color.parseColor("#df698e")Accessibility — WCAG contrast
Aa
#df698e on white: 3.21:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df698e on black: 6.55:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green41.2%
Blue55.7%
CMYK percentages
Cyan0.0%
Magenta52.9%
Yellow36.3%
Key (black)12.5%
Color previews
#df698e text on a black background
contrast 6.55:1
Card sample
#df698e text on a white background
contrast 3.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df698e;
Background color
Panel with #df698e background
background-color: #df698e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df698e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 105, 142, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 105, 142, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df698e; background: linear-gradient(135deg, #df698e, #DF9369);