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