#d0afee
a light, vivid violet · warm · closest name: plum
RGB
208, 175, 238
HSL
271°, 65%, 81%
CMYK
13, 27, 0, 7
Luminance
0.5024
Every format
| HEX | #d0afee |
| RGB | rgb(208, 175, 238) |
| HSL | hsl(271, 65%, 81%) |
| CMYK | cmyk(13%, 27%, 0%, 7%) |
| LAB | lab(76.2 23.6 -27.0) |
| LCH | lch(76.2 35.9 311.1) |
| OKLCH | oklch(0.804 0.094 308.2) |
Copy-ready code
/* CSS */
color: #d0afee;
background-color: #d0afee;
/* Tailwind (arbitrary) */
class="text-[#d0afee] bg-[#d0afee]"
/* SCSS */
$brand: #d0afee;
/* SwiftUI */
Color(red: 0.816, green: 0.686, blue: 0.933)
/* Android */
Color.parseColor("#d0afee")Accessibility — WCAG contrast
Aa
#d0afee on white: 1.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d0afee on black: 11.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.6%
Green68.6%
Blue93.3%
CMYK percentages
Cyan12.6%
Magenta26.5%
Yellow0.0%
Key (black)6.7%
Color previews
#d0afee text on a black background
contrast 11.05:1
Card sample
#d0afee text on a white background
contrast 1.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d0afee;
Background color
Panel with #d0afee background
background-color: #d0afee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d0afee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(208, 175, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(208, 175, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d0afee; background: linear-gradient(135deg, #d0afee, #EEAFE2);