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