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