#d6aceb
a light, vivid violet · warm · closest name: plum
RGB
214, 172, 235
HSL
280°, 61%, 80%
CMYK
9, 27, 0, 8
Luminance
0.4980
Every format
| HEX | #d6aceb |
| RGB | rgb(214, 172, 235) |
| HSL | hsl(280, 61%, 80%) |
| CMYK | cmyk(9%, 27%, 0%, 8%) |
| LAB | lab(76.0 26.5 -25.8) |
| LCH | lch(76.0 37.0 315.8) |
| OKLCH | oklch(0.803 0.098 314.2) |
Copy-ready code
/* CSS */
color: #d6aceb;
background-color: #d6aceb;
/* Tailwind (arbitrary) */
class="text-[#d6aceb] bg-[#d6aceb]"
/* SCSS */
$brand: #d6aceb;
/* SwiftUI */
Color(red: 0.839, green: 0.675, blue: 0.922)
/* Android */
Color.parseColor("#d6aceb")Accessibility — WCAG contrast
Aa
#d6aceb on white: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d6aceb on black: 10.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.9%
Green67.5%
Blue92.2%
CMYK percentages
Cyan8.9%
Magenta26.8%
Yellow0.0%
Key (black)7.8%
Color previews
#d6aceb text on a black background
contrast 10.96:1
Card sample
#d6aceb text on a white background
contrast 1.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d6aceb;
Background color
Panel with #d6aceb background
background-color: #d6aceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d6aceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(214, 172, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(214, 172, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d6aceb; background: linear-gradient(135deg, #d6aceb, #EBACD6);