#d59eee
a light, vivid violet · warm · closest name: plum
RGB
213, 158, 238
HSL
281°, 70%, 78%
CMYK
11, 34, 0, 7
Luminance
0.4477
Every format
| HEX | #d59eee |
| RGB | rgb(213, 158, 238) |
| HSL | hsl(281, 70%, 78%) |
| CMYK | cmyk(11%, 34%, 0%, 7%) |
| LAB | lab(72.7 34.4 -32.3) |
| LCH | lch(72.7 47.2 316.8) |
| OKLCH | oklch(0.779 0.125 314.9) |
Copy-ready code
/* CSS */
color: #d59eee;
background-color: #d59eee;
/* Tailwind (arbitrary) */
class="text-[#d59eee] bg-[#d59eee]"
/* SCSS */
$brand: #d59eee;
/* SwiftUI */
Color(red: 0.835, green: 0.620, blue: 0.933)
/* Android */
Color.parseColor("#d59eee")Accessibility — WCAG contrast
Aa
#d59eee on white: 2.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d59eee on black: 9.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.5%
Green62.0%
Blue93.3%
CMYK percentages
Cyan10.5%
Magenta33.6%
Yellow0.0%
Key (black)6.7%
Color previews
#d59eee text on a black background
contrast 9.95:1
Card sample
#d59eee text on a white background
contrast 2.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d59eee;
Background color
Panel with #d59eee background
background-color: #d59eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d59eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(213, 158, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(213, 158, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d59eee; background: linear-gradient(135deg, #d59eee, #EE9ED2);