#d1acef
a light, vivid violet · warm · closest name: plum
RGB
209, 172, 239
HSL
273°, 68%, 81%
CMYK
13, 28, 0, 6
Luminance
0.4929
Every format
| HEX | #d1acef |
| RGB | rgb(209, 172, 239) |
| HSL | hsl(273, 68%, 81%) |
| CMYK | cmyk(13%, 28%, 0%, 6%) |
| LAB | lab(75.6 25.8 -28.4) |
| LCH | lch(75.6 38.4 312.2) |
| OKLCH | oklch(0.800 0.101 309.4) |
Copy-ready code
/* CSS */
color: #d1acef;
background-color: #d1acef;
/* Tailwind (arbitrary) */
class="text-[#d1acef] bg-[#d1acef]"
/* SCSS */
$brand: #d1acef;
/* SwiftUI */
Color(red: 0.820, green: 0.675, blue: 0.937)
/* Android */
Color.parseColor("#d1acef")Accessibility — WCAG contrast
Aa
#d1acef on white: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d1acef on black: 10.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.0%
Green67.5%
Blue93.7%
CMYK percentages
Cyan12.6%
Magenta28.0%
Yellow0.0%
Key (black)6.3%
Color previews
#d1acef text on a black background
contrast 10.86:1
Card sample
#d1acef text on a white background
contrast 1.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d1acef;
Background color
Panel with #d1acef background
background-color: #d1acef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d1acef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(209, 172, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(209, 172, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d1acef; background: linear-gradient(135deg, #d1acef, #EFACE0);