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