#eb89eb
a light, vivid magenta / pink · warm · closest name: violet
RGB
235, 137, 235
HSL
300°, 71%, 73%
CMYK
0, 42, 0, 8
Luminance
0.4155
Every format
| HEX | #eb89eb |
| RGB | rgb(235, 137, 235) |
| HSL | hsl(300, 71%, 73%) |
| CMYK | cmyk(0%, 42%, 0%, 8%) |
| LAB | lab(70.6 51.5 -33.9) |
| LCH | lch(70.6 61.6 326.7) |
| OKLCH | oklch(0.767 0.170 327.1) |
Copy-ready code
/* CSS */
color: #eb89eb;
background-color: #eb89eb;
/* Tailwind (arbitrary) */
class="text-[#eb89eb] bg-[#eb89eb]"
/* SCSS */
$brand: #eb89eb;
/* SwiftUI */
Color(red: 0.922, green: 0.537, blue: 0.922)
/* Android */
Color.parseColor("#eb89eb")Accessibility — WCAG contrast
Aa
#eb89eb on white: 2.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb89eb on black: 9.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green53.7%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta41.7%
Yellow0.0%
Key (black)7.8%
Color previews
#eb89eb text on a black background
contrast 9.31:1
Card sample
#eb89eb text on a white background
contrast 2.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb89eb;
Background color
Panel with #eb89eb background
background-color: #eb89eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb89eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 137, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 137, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb89eb; background: linear-gradient(135deg, #eb89eb, #EB89AA);