#d8afee
a light, vivid violet · warm · closest name: plum
RGB
216, 175, 238
HSL
279°, 65%, 81%
CMYK
9, 27, 0, 7
Luminance
0.5143
Every format
| HEX | #d8afee |
| RGB | rgb(216, 175, 238) |
| HSL | hsl(279, 65%, 81%) |
| CMYK | cmyk(9%, 27%, 0%, 7%) |
| LAB | lab(76.9 26.1 -25.8) |
| LCH | lch(76.9 36.7 315.3) |
| OKLCH | oklch(0.811 0.097 313.6) |
Copy-ready code
/* CSS */
color: #d8afee;
background-color: #d8afee;
/* Tailwind (arbitrary) */
class="text-[#d8afee] bg-[#d8afee]"
/* SCSS */
$brand: #d8afee;
/* SwiftUI */
Color(red: 0.847, green: 0.686, blue: 0.933)
/* Android */
Color.parseColor("#d8afee")Accessibility — WCAG contrast
Aa
#d8afee on white: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d8afee on black: 11.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red84.7%
Green68.6%
Blue93.3%
CMYK percentages
Cyan9.2%
Magenta26.5%
Yellow0.0%
Key (black)6.7%
Color previews
#d8afee text on a black background
contrast 11.29:1
Card sample
#d8afee text on a white background
contrast 1.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d8afee;
Background color
Panel with #d8afee background
background-color: #d8afee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d8afee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(216, 175, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(216, 175, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d8afee; background: linear-gradient(135deg, #d8afee, #EEAFDA);