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