#ee63eb
a light, electric magenta / pink · warm · closest name: violet
RGB
238, 99, 235
HSL
301°, 80%, 66%
CMYK
0, 58, 1, 7
Luminance
0.3310
Every format
| HEX | #ee63eb |
| RGB | rgb(238, 99, 235) |
| HSL | hsl(301, 80%, 66%) |
| CMYK | cmyk(0%, 58%, 1%, 7%) |
| LAB | lab(64.2 70.1 -43.7) |
| LCH | lch(64.2 82.6 328.1) |
| OKLCH | oklch(0.721 0.230 328.5) |
Copy-ready code
/* CSS */
color: #ee63eb;
background-color: #ee63eb;
/* Tailwind (arbitrary) */
class="text-[#ee63eb] bg-[#ee63eb]"
/* SCSS */
$brand: #ee63eb;
/* SwiftUI */
Color(red: 0.933, green: 0.388, blue: 0.922)
/* Android */
Color.parseColor("#ee63eb")Accessibility — WCAG contrast
Aa
#ee63eb on white: 2.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ee63eb on black: 7.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green38.8%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta58.4%
Yellow1.3%
Key (black)6.7%
Color previews
#ee63eb text on a black background
contrast 7.62:1
Card sample
#ee63eb text on a white background
contrast 2.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ee63eb;
Background color
Panel with #ee63eb background
background-color: #ee63eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ee63eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 99, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 99, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ee63eb; background: linear-gradient(135deg, #ee63eb, #EE638E);