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