#d35eee
a light, electric violet · warm · closest name: violet
RGB
211, 94, 238
HSL
289°, 81%, 65%
CMYK
11, 61, 0, 7
Luminance
0.2803
Every format
| HEX | #d35eee |
| RGB | rgb(211, 94, 238) |
| HSL | hsl(289, 81%, 65%) |
| CMYK | cmyk(11%, 61%, 0%, 7%) |
| LAB | lab(59.9 66.2 -52.4) |
| LCH | lch(59.9 84.4 321.6) |
| OKLCH | oklch(0.683 0.226 319.7) |
Copy-ready code
/* CSS */
color: #d35eee;
background-color: #d35eee;
/* Tailwind (arbitrary) */
class="text-[#d35eee] bg-[#d35eee]"
/* SCSS */
$brand: #d35eee;
/* SwiftUI */
Color(red: 0.827, green: 0.369, blue: 0.933)
/* Android */
Color.parseColor("#d35eee")Accessibility — WCAG contrast
Aa
#d35eee on white: 3.18:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#d35eee on black: 6.61:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.7%
Green36.9%
Blue93.3%
CMYK percentages
Cyan11.3%
Magenta60.5%
Yellow0.0%
Key (black)6.7%
Color previews
#d35eee text on a black background
contrast 6.61:1
Card sample
#d35eee text on a white background
contrast 3.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d35eee;
Background color
Panel with #d35eee background
background-color: #d35eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d35eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(211, 94, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(211, 94, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d35eee; background: linear-gradient(135deg, #d35eee, #EE5EA9);