#d2afee
a light, vivid violet · warm · closest name: plum
RGB
210, 175, 238
HSL
273°, 65%, 81%
CMYK
12, 27, 0, 7
Luminance
0.5053
Every format
| HEX | #d2afee |
| RGB | rgb(210, 175, 238) |
| HSL | hsl(273, 65%, 81%) |
| CMYK | cmyk(12%, 27%, 0%, 7%) |
| LAB | lab(76.4 24.2 -26.7) |
| LCH | lch(76.4 36.1 312.2) |
| OKLCH | oklch(0.806 0.095 309.6) |
Copy-ready code
/* CSS */
color: #d2afee;
background-color: #d2afee;
/* Tailwind (arbitrary) */
class="text-[#d2afee] bg-[#d2afee]"
/* SCSS */
$brand: #d2afee;
/* SwiftUI */
Color(red: 0.824, green: 0.686, blue: 0.933)
/* Android */
Color.parseColor("#d2afee")Accessibility — WCAG contrast
Aa
#d2afee on white: 1.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d2afee on black: 11.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.4%
Green68.6%
Blue93.3%
CMYK percentages
Cyan11.8%
Magenta26.5%
Yellow0.0%
Key (black)6.7%
Color previews
#d2afee text on a black background
contrast 11.11:1
Card sample
#d2afee text on a white background
contrast 1.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d2afee;
Background color
Panel with #d2afee background
background-color: #d2afee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d2afee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(210, 175, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(210, 175, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d2afee; background: linear-gradient(135deg, #d2afee, #EEAFE0);