#df8ce6
a light, vivid magenta / pink · warm · closest name: violet
RGB
223, 140, 230
HSL
295°, 64%, 73%
CMYK
3, 39, 0, 10
Luminance
0.4016
Every format
| HEX | #df8ce6 |
| RGB | rgb(223, 140, 230) |
| HSL | hsl(295, 64%, 73%) |
| CMYK | cmyk(3%, 39%, 0%, 10%) |
| LAB | lab(69.6 45.5 -32.7) |
| LCH | lch(69.6 56.0 324.2) |
| OKLCH | oklch(0.756 0.153 324.2) |
Copy-ready code
/* CSS */
color: #df8ce6;
background-color: #df8ce6;
/* Tailwind (arbitrary) */
class="text-[#df8ce6] bg-[#df8ce6]"
/* SCSS */
$brand: #df8ce6;
/* SwiftUI */
Color(red: 0.875, green: 0.549, blue: 0.902)
/* Android */
Color.parseColor("#df8ce6")Accessibility — WCAG contrast
Aa
#df8ce6 on white: 2.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df8ce6 on black: 9.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green54.9%
Blue90.2%
CMYK percentages
Cyan3.0%
Magenta39.1%
Yellow0.0%
Key (black)9.8%
Color previews
#df8ce6 text on a black background
contrast 9.03:1
Card sample
#df8ce6 text on a white background
contrast 2.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df8ce6;
Background color
Panel with #df8ce6 background
background-color: #df8ce6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df8ce6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 140, 230, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 140, 230, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df8ce6; background: linear-gradient(135deg, #df8ce6, #E68CB1);