#d4acef
a light, vivid violet · warm · closest name: plum
RGB
212, 172, 239
HSL
276°, 68%, 81%
CMYK
11, 28, 0, 6
Luminance
0.4973
Every format
| HEX | #d4acef |
| RGB | rgb(212, 172, 239) |
| HSL | hsl(276, 68%, 81%) |
| CMYK | cmyk(11%, 28%, 0%, 6%) |
| LAB | lab(75.9 26.7 -28.0) |
| LCH | lch(75.9 38.7 313.6) |
| OKLCH | oklch(0.803 0.102 311.3) |
Copy-ready code
/* CSS */
color: #d4acef;
background-color: #d4acef;
/* Tailwind (arbitrary) */
class="text-[#d4acef] bg-[#d4acef]"
/* SCSS */
$brand: #d4acef;
/* SwiftUI */
Color(red: 0.831, green: 0.675, blue: 0.937)
/* Android */
Color.parseColor("#d4acef")Accessibility — WCAG contrast
Aa
#d4acef on white: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d4acef on black: 10.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.1%
Green67.5%
Blue93.7%
CMYK percentages
Cyan11.3%
Magenta28.0%
Yellow0.0%
Key (black)6.3%
Color previews
#d4acef text on a black background
contrast 10.95:1
Card sample
#d4acef text on a white background
contrast 1.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d4acef;
Background color
Panel with #d4acef background
background-color: #d4acef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d4acef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(212, 172, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(212, 172, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d4acef; background: linear-gradient(135deg, #d4acef, #EFACDD);