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