#ee91eb
a light, vivid magenta / pink · warm · closest name: violet
RGB
238, 145, 235
HSL
302°, 73%, 75%
CMYK
0, 39, 1, 7
Luminance
0.4443
Every format
| HEX | #ee91eb |
| RGB | rgb(238, 145, 235) |
| HSL | hsl(302, 73%, 75%) |
| CMYK | cmyk(0%, 39%, 1%, 7%) |
| LAB | lab(72.5 48.3 -30.8) |
| LCH | lch(72.5 57.3 327.5) |
| OKLCH | oklch(0.783 0.159 328.1) |
Copy-ready code
/* CSS */
color: #ee91eb;
background-color: #ee91eb;
/* Tailwind (arbitrary) */
class="text-[#ee91eb] bg-[#ee91eb]"
/* SCSS */
$brand: #ee91eb;
/* SwiftUI */
Color(red: 0.933, green: 0.569, blue: 0.922)
/* Android */
Color.parseColor("#ee91eb")Accessibility — WCAG contrast
Aa
#ee91eb on white: 2.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ee91eb on black: 9.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green56.9%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta39.1%
Yellow1.3%
Key (black)6.7%
Color previews
#ee91eb text on a black background
contrast 9.89:1
Card sample
#ee91eb text on a white background
contrast 2.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ee91eb;
Background color
Panel with #ee91eb background
background-color: #ee91eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ee91eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 145, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 145, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ee91eb; background: linear-gradient(135deg, #ee91eb, #EE91AD);