#d8acef
a light, vivid violet · warm · closest name: plum
RGB
216, 172, 239
HSL
279°, 68%, 81%
CMYK
10, 28, 0, 6
Luminance
0.5034
Every format
| HEX | #d8acef |
| RGB | rgb(216, 172, 239) |
| HSL | hsl(279, 68%, 81%) |
| CMYK | cmyk(10%, 28%, 0%, 6%) |
| LAB | lab(76.3 27.9 -27.4) |
| LCH | lch(76.3 39.1 315.6) |
| OKLCH | oklch(0.806 0.103 313.8) |
Copy-ready code
/* CSS */
color: #d8acef;
background-color: #d8acef;
/* Tailwind (arbitrary) */
class="text-[#d8acef] bg-[#d8acef]"
/* SCSS */
$brand: #d8acef;
/* SwiftUI */
Color(red: 0.847, green: 0.675, blue: 0.937)
/* Android */
Color.parseColor("#d8acef")Accessibility — WCAG contrast
Aa
#d8acef on white: 1.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d8acef on black: 11.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red84.7%
Green67.5%
Blue93.7%
CMYK percentages
Cyan9.6%
Magenta28.0%
Yellow0.0%
Key (black)6.3%
Color previews
#d8acef text on a black background
contrast 11.07:1
Card sample
#d8acef text on a white background
contrast 1.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d8acef;
Background color
Panel with #d8acef background
background-color: #d8acef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d8acef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(216, 172, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(216, 172, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d8acef; background: linear-gradient(135deg, #d8acef, #EFACD9);