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