#e366ee
a light, electric magenta / pink · warm · closest name: violet
RGB
227, 102, 238
HSL
295°, 80%, 67%
CMYK
5, 57, 0, 7
Luminance
0.3201
Every format
| HEX | #e366ee |
| RGB | rgb(227, 102, 238) |
| HSL | hsl(295, 80%, 67%) |
| CMYK | cmyk(5%, 57%, 0%, 7%) |
| LAB | lab(63.4 66.5 -46.9) |
| LCH | lch(63.4 81.4 324.9) |
| OKLCH | oklch(0.712 0.223 324.4) |
Copy-ready code
/* CSS */
color: #e366ee;
background-color: #e366ee;
/* Tailwind (arbitrary) */
class="text-[#e366ee] bg-[#e366ee]"
/* SCSS */
$brand: #e366ee;
/* SwiftUI */
Color(red: 0.890, green: 0.400, blue: 0.933)
/* Android */
Color.parseColor("#e366ee")Accessibility — WCAG contrast
Aa
#e366ee on white: 2.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e366ee on black: 7.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.0%
Green40.0%
Blue93.3%
CMYK percentages
Cyan4.6%
Magenta57.1%
Yellow0.0%
Key (black)6.7%
Color previews
#e366ee text on a black background
contrast 7.40:1
Card sample
#e366ee text on a white background
contrast 2.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e366ee;
Background color
Panel with #e366ee background
background-color: #e366ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e366ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(227, 102, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(227, 102, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e366ee; background: linear-gradient(135deg, #e366ee, #EE669F);