#df8ce5
a light, vivid magenta / pink · warm · closest name: violet
RGB
223, 140, 229
HSL
296°, 63%, 72%
CMYK
3, 39, 0, 10
Luminance
0.4010
Every format
| HEX | #df8ce5 |
| RGB | rgb(223, 140, 229) |
| HSL | hsl(296, 63%, 72%) |
| CMYK | cmyk(3%, 39%, 0%, 10%) |
| LAB | lab(69.5 45.3 -32.2) |
| LCH | lch(69.5 55.6 324.5) |
| OKLCH | oklch(0.756 0.152 324.5) |
Copy-ready code
/* CSS */
color: #df8ce5;
background-color: #df8ce5;
/* Tailwind (arbitrary) */
class="text-[#df8ce5] bg-[#df8ce5]"
/* SCSS */
$brand: #df8ce5;
/* SwiftUI */
Color(red: 0.875, green: 0.549, blue: 0.898)
/* Android */
Color.parseColor("#df8ce5")Accessibility — WCAG contrast
Aa
#df8ce5 on white: 2.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df8ce5 on black: 9.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green54.9%
Blue89.8%
CMYK percentages
Cyan2.6%
Magenta38.9%
Yellow0.0%
Key (black)10.2%
Color previews
#df8ce5 text on a black background
contrast 9.02:1
Card sample
#df8ce5 text on a white background
contrast 2.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df8ce5;
Background color
Panel with #df8ce5 background
background-color: #df8ce5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df8ce5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 140, 229, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 140, 229, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df8ce5; background: linear-gradient(135deg, #df8ce5, #E58CB0);