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