#d8aaf8
a light, electric violet · warm · closest name: plum
RGB
216, 170, 248
HSL
275°, 85%, 82%
CMYK
13, 32, 0, 3
Luminance
0.5013
Every format
| HEX | #d8aaf8 |
| RGB | rgb(216, 170, 248) |
| HSL | hsl(275, 85%, 82%) |
| CMYK | cmyk(13%, 32%, 0%, 3%) |
| LAB | lab(76.2 30.9 -32.5) |
| LCH | lch(76.2 44.8 313.6) |
| OKLCH | oklch(0.806 0.118 310.8) |
Copy-ready code
/* CSS */
color: #d8aaf8;
background-color: #d8aaf8;
/* Tailwind (arbitrary) */
class="text-[#d8aaf8] bg-[#d8aaf8]"
/* SCSS */
$brand: #d8aaf8;
/* SwiftUI */
Color(red: 0.847, green: 0.667, blue: 0.973)
/* Android */
Color.parseColor("#d8aaf8")Accessibility — WCAG contrast
Aa
#d8aaf8 on white: 1.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d8aaf8 on black: 11.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red84.7%
Green66.7%
Blue97.3%
CMYK percentages
Cyan12.9%
Magenta31.5%
Yellow0.0%
Key (black)2.7%
Color previews
#d8aaf8 text on a black background
contrast 11.03:1
Card sample
#d8aaf8 text on a white background
contrast 1.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d8aaf8;
Background color
Panel with #d8aaf8 background
background-color: #d8aaf8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d8aaf8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(216, 170, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(216, 170, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d8aaf8; background: linear-gradient(135deg, #d8aaf8, #F8AAE4);