#d3aceb
a light, vivid violet · warm · closest name: plum
RGB
211, 172, 235
HSL
277°, 61%, 80%
CMYK
10, 27, 0, 8
Luminance
0.4935
Every format
| HEX | #d3aceb |
| RGB | rgb(211, 172, 235) |
| HSL | hsl(277, 61%, 80%) |
| CMYK | cmyk(10%, 27%, 0%, 8%) |
| LAB | lab(75.7 25.6 -26.2) |
| LCH | lch(75.7 36.6 314.3) |
| OKLCH | oklch(0.800 0.097 312.3) |
Copy-ready code
/* CSS */
color: #d3aceb;
background-color: #d3aceb;
/* Tailwind (arbitrary) */
class="text-[#d3aceb] bg-[#d3aceb]"
/* SCSS */
$brand: #d3aceb;
/* SwiftUI */
Color(red: 0.827, green: 0.675, blue: 0.922)
/* Android */
Color.parseColor("#d3aceb")Accessibility — WCAG contrast
Aa
#d3aceb on white: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d3aceb on black: 10.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.7%
Green67.5%
Blue92.2%
CMYK percentages
Cyan10.2%
Magenta26.8%
Yellow0.0%
Key (black)7.8%
Color previews
#d3aceb text on a black background
contrast 10.87:1
Card sample
#d3aceb text on a white background
contrast 1.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d3aceb;
Background color
Panel with #d3aceb background
background-color: #d3aceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d3aceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(211, 172, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(211, 172, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d3aceb; background: linear-gradient(135deg, #d3aceb, #EBACD9);