#d99eee
a light, vivid violet · warm · closest name: plum
RGB
217, 158, 238
HSL
284°, 70%, 78%
CMYK
9, 34, 0, 7
Luminance
0.4538
Every format
| HEX | #d99eee |
| RGB | rgb(217, 158, 238) |
| HSL | hsl(284, 70%, 78%) |
| CMYK | cmyk(9%, 34%, 0%, 7%) |
| LAB | lab(73.1 35.6 -31.7) |
| LCH | lch(73.1 47.7 318.4) |
| OKLCH | oklch(0.783 0.127 317.0) |
Copy-ready code
/* CSS */
color: #d99eee;
background-color: #d99eee;
/* Tailwind (arbitrary) */
class="text-[#d99eee] bg-[#d99eee]"
/* SCSS */
$brand: #d99eee;
/* SwiftUI */
Color(red: 0.851, green: 0.620, blue: 0.933)
/* Android */
Color.parseColor("#d99eee")Accessibility — WCAG contrast
Aa
#d99eee on white: 2.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d99eee on black: 10.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.1%
Green62.0%
Blue93.3%
CMYK percentages
Cyan8.8%
Magenta33.6%
Yellow0.0%
Key (black)6.7%
Color previews
#d99eee text on a black background
contrast 10.08:1
Card sample
#d99eee text on a white background
contrast 2.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d99eee;
Background color
Panel with #d99eee background
background-color: #d99eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d99eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(217, 158, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(217, 158, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d99eee; background: linear-gradient(135deg, #d99eee, #EE9ECD);