#d39eee
a light, vivid violet · warm · closest name: plum
RGB
211, 158, 238
HSL
280°, 70%, 78%
CMYK
11, 34, 0, 7
Luminance
0.4448
Every format
| HEX | #d39eee |
| RGB | rgb(211, 158, 238) |
| HSL | hsl(280, 70%, 78%) |
| CMYK | cmyk(11%, 34%, 0%, 7%) |
| LAB | lab(72.5 33.8 -32.6) |
| LCH | lch(72.5 47.0 316.0) |
| OKLCH | oklch(0.777 0.124 313.8) |
Copy-ready code
/* CSS */
color: #d39eee;
background-color: #d39eee;
/* Tailwind (arbitrary) */
class="text-[#d39eee] bg-[#d39eee]"
/* SCSS */
$brand: #d39eee;
/* SwiftUI */
Color(red: 0.827, green: 0.620, blue: 0.933)
/* Android */
Color.parseColor("#d39eee")Accessibility — WCAG contrast
Aa
#d39eee on white: 2.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d39eee on black: 9.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.7%
Green62.0%
Blue93.3%
CMYK percentages
Cyan11.3%
Magenta33.6%
Yellow0.0%
Key (black)6.7%
Color previews
#d39eee text on a black background
contrast 9.90:1
Card sample
#d39eee text on a white background
contrast 2.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d39eee;
Background color
Panel with #d39eee background
background-color: #d39eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d39eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(211, 158, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(211, 158, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d39eee; background: linear-gradient(135deg, #d39eee, #EE9ED4);