#eb98eb
a light, vivid magenta / pink · warm · closest name: plum
RGB
235, 152, 235
HSL
300°, 68%, 76%
CMYK
0, 35, 0, 8
Luminance
0.4612
Every format
| HEX | #eb98eb |
| RGB | rgb(235, 152, 235) |
| HSL | hsl(300, 68%, 76%) |
| CMYK | cmyk(0%, 35%, 0%, 8%) |
| LAB | lab(73.6 43.8 -29.1) |
| LCH | lch(73.6 52.6 326.4) |
| OKLCH | oklch(0.790 0.145 326.8) |
Copy-ready code
/* CSS */
color: #eb98eb;
background-color: #eb98eb;
/* Tailwind (arbitrary) */
class="text-[#eb98eb] bg-[#eb98eb]"
/* SCSS */
$brand: #eb98eb;
/* SwiftUI */
Color(red: 0.922, green: 0.596, blue: 0.922)
/* Android */
Color.parseColor("#eb98eb")Accessibility — WCAG contrast
Aa
#eb98eb on white: 2.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb98eb on black: 10.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green59.6%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta35.3%
Yellow0.0%
Key (black)7.8%
Color previews
#eb98eb text on a black background
contrast 10.22:1
Card sample
#eb98eb text on a white background
contrast 2.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb98eb;
Background color
Panel with #eb98eb background
background-color: #eb98eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb98eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 152, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 152, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb98eb; background: linear-gradient(135deg, #eb98eb, #EB98B4);