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