#df8caa
a light, vivid magenta / pink · warm · closest name: pink
RGB
223, 140, 170
HSL
338°, 57%, 71%
CMYK
0, 37, 24, 13
Luminance
0.3735
Every format
| HEX | #df8caa |
| RGB | rgb(223, 140, 170) |
| HSL | hsl(338, 57%, 71%) |
| CMYK | cmyk(0%, 37%, 24%, 13%) |
| LAB | lab(67.5 35.5 -2.4) |
| LCH | lch(67.5 35.6 356.1) |
| OKLCH | oklch(0.734 0.107 356.8) |
Copy-ready code
/* CSS */
color: #df8caa;
background-color: #df8caa;
/* Tailwind (arbitrary) */
class="text-[#df8caa] bg-[#df8caa]"
/* SCSS */
$brand: #df8caa;
/* SwiftUI */
Color(red: 0.875, green: 0.549, blue: 0.667)
/* Android */
Color.parseColor("#df8caa")Accessibility — WCAG contrast
Aa
#df8caa on white: 2.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df8caa on black: 8.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green54.9%
Blue66.7%
CMYK percentages
Cyan0.0%
Magenta37.2%
Yellow23.8%
Key (black)12.5%
Color previews
#df8caa text on a black background
contrast 8.47:1
Card sample
#df8caa text on a white background
contrast 2.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df8caa;
Background color
Panel with #df8caa background
background-color: #df8caa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df8caa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 140, 170, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 140, 170, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df8caa; background: linear-gradient(135deg, #df8caa, #DFA58C);