#df8ce8
a light, vivid magenta / pink · warm · closest name: violet
RGB
223, 140, 232
HSL
294°, 67%, 73%
CMYK
4, 40, 0, 9
Luminance
0.4027
Every format
| HEX | #df8ce8 |
| RGB | rgb(223, 140, 232) |
| HSL | hsl(294, 67%, 73%) |
| CMYK | cmyk(4%, 40%, 0%, 9%) |
| LAB | lab(69.7 45.8 -33.7) |
| LCH | lch(69.7 56.9 323.7) |
| OKLCH | oklch(0.757 0.155 323.4) |
Copy-ready code
/* CSS */
color: #df8ce8;
background-color: #df8ce8;
/* Tailwind (arbitrary) */
class="text-[#df8ce8] bg-[#df8ce8]"
/* SCSS */
$brand: #df8ce8;
/* SwiftUI */
Color(red: 0.875, green: 0.549, blue: 0.910)
/* Android */
Color.parseColor("#df8ce8")Accessibility — WCAG contrast
Aa
#df8ce8 on white: 2.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df8ce8 on black: 9.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green54.9%
Blue91.0%
CMYK percentages
Cyan3.9%
Magenta39.7%
Yellow0.0%
Key (black)9.0%
Color previews
#df8ce8 text on a black background
contrast 9.05:1
Card sample
#df8ce8 text on a white background
contrast 2.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df8ce8;
Background color
Panel with #df8ce8 background
background-color: #df8ce8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df8ce8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 140, 232, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 140, 232, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df8ce8; background: linear-gradient(135deg, #df8ce8, #E88CB4);