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