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