#df8cb9
a light, vivid magenta / pink · warm · closest name: plum
RGB
223, 140, 185
HSL
328°, 57%, 71%
CMYK
0, 37, 17, 13
Luminance
0.3795
Every format
| HEX | #df8cb9 |
| RGB | rgb(223, 140, 185) |
| HSL | hsl(328, 57%, 71%) |
| CMYK | cmyk(0%, 37%, 17%, 13%) |
| LAB | lab(68.0 37.7 -10.2) |
| LCH | lch(68.0 39.1 344.9) |
| OKLCH | oklch(0.739 0.115 346.6) |
Copy-ready code
/* CSS */
color: #df8cb9;
background-color: #df8cb9;
/* Tailwind (arbitrary) */
class="text-[#df8cb9] bg-[#df8cb9]"
/* SCSS */
$brand: #df8cb9;
/* SwiftUI */
Color(red: 0.875, green: 0.549, blue: 0.725)
/* Android */
Color.parseColor("#df8cb9")Accessibility — WCAG contrast
Aa
#df8cb9 on white: 2.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df8cb9 on black: 8.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green54.9%
Blue72.5%
CMYK percentages
Cyan0.0%
Magenta37.2%
Yellow17.0%
Key (black)12.5%
Color previews
#df8cb9 text on a black background
contrast 8.59:1
Card sample
#df8cb9 text on a white background
contrast 2.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df8cb9;
Background color
Panel with #df8cb9 background
background-color: #df8cb9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df8cb9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 140, 185, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 140, 185, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df8cb9; background: linear-gradient(135deg, #df8cb9, #DF968C);