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