#df8afe
a light, electric violet · warm · closest name: violet
RGB
223, 138, 254
HSL
284°, 98%, 77%
CMYK
12, 46, 0, 0
Luminance
0.4102
Every format
| HEX | #df8afe |
| RGB | rgb(223, 138, 254) |
| HSL | hsl(284, 98%, 77%) |
| CMYK | cmyk(12%, 46%, 0%, 0%) |
| LAB | lab(70.2 51.1 -44.9) |
| LCH | lch(70.2 68.1 318.7) |
| OKLCH | oklch(0.764 0.181 316.5) |
Copy-ready code
/* CSS */
color: #df8afe;
background-color: #df8afe;
/* Tailwind (arbitrary) */
class="text-[#df8afe] bg-[#df8afe]"
/* SCSS */
$brand: #df8afe;
/* SwiftUI */
Color(red: 0.875, green: 0.541, blue: 0.996)
/* Android */
Color.parseColor("#df8afe")Accessibility — WCAG contrast
Aa
#df8afe on white: 2.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df8afe on black: 9.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green54.1%
Blue99.6%
CMYK percentages
Cyan12.2%
Magenta45.7%
Yellow0.0%
Key (black)0.4%
Color previews
#df8afe text on a black background
contrast 9.20:1
Card sample
#df8afe text on a white background
contrast 2.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df8afe;
Background color
Panel with #df8afe background
background-color: #df8afe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df8afe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 138, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 138, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df8afe; background: linear-gradient(135deg, #df8afe, #FE8AD0);