#ea91eb
a light, vivid magenta / pink · warm · closest name: violet
RGB
234, 145, 235
HSL
299°, 69%, 75%
CMYK
0, 38, 0, 8
Luminance
0.4374
Every format
| HEX | #ea91eb |
| RGB | rgb(234, 145, 235) |
| HSL | hsl(299, 69%, 75%) |
| CMYK | cmyk(0%, 38%, 0%, 8%) |
| LAB | lab(72.1 47.1 -31.5) |
| LCH | lch(72.1 56.7 326.2) |
| OKLCH | oklch(0.778 0.156 326.6) |
Copy-ready code
/* CSS */
color: #ea91eb;
background-color: #ea91eb;
/* Tailwind (arbitrary) */
class="text-[#ea91eb] bg-[#ea91eb]"
/* SCSS */
$brand: #ea91eb;
/* SwiftUI */
Color(red: 0.918, green: 0.569, blue: 0.922)
/* Android */
Color.parseColor("#ea91eb")Accessibility — WCAG contrast
Aa
#ea91eb on white: 2.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ea91eb on black: 9.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green56.9%
Blue92.2%
CMYK percentages
Cyan0.4%
Magenta38.3%
Yellow0.0%
Key (black)7.8%
Color previews
#ea91eb text on a black background
contrast 9.75:1
Card sample
#ea91eb text on a white background
contrast 2.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ea91eb;
Background color
Panel with #ea91eb background
background-color: #ea91eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ea91eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 145, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 145, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ea91eb; background: linear-gradient(135deg, #ea91eb, #EB91B0);