#e655ee
a balanced, electric magenta / pink · warm · closest name: violet
RGB
230, 85, 238
HSL
297°, 82%, 63%
CMYK
3, 64, 0, 7
Luminance
0.2949
Every format
| HEX | #e655ee |
| RGB | rgb(230, 85, 238) |
| HSL | hsl(297, 82%, 63%) |
| CMYK | cmyk(3%, 64%, 0%, 7%) |
| LAB | lab(61.2 74.3 -50.2) |
| LCH | lch(61.2 89.7 326.0) |
| OKLCH | oklch(0.698 0.247 325.6) |
Copy-ready code
/* CSS */
color: #e655ee;
background-color: #e655ee;
/* Tailwind (arbitrary) */
class="text-[#e655ee] bg-[#e655ee]"
/* SCSS */
$brand: #e655ee;
/* SwiftUI */
Color(red: 0.902, green: 0.333, blue: 0.933)
/* Android */
Color.parseColor("#e655ee")Accessibility — WCAG contrast
Aa
#e655ee on white: 3.04:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#e655ee on black: 6.90:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red90.2%
Green33.3%
Blue93.3%
CMYK percentages
Cyan3.4%
Magenta64.3%
Yellow0.0%
Key (black)6.7%
Color previews
#e655ee text on a black background
contrast 6.90:1
Card sample
#e655ee text on a white background
contrast 3.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e655ee;
Background color
Panel with #e655ee background
background-color: #e655ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e655ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(230, 85, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(230, 85, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e655ee; background: linear-gradient(135deg, #e655ee, #EE5590);