#eb97ee
a light, vivid magenta / pink · warm · closest name: violet
RGB
235, 151, 238
HSL
298°, 72%, 76%
CMYK
1, 37, 0, 7
Luminance
0.4597
Every format
| HEX | #eb97ee |
| RGB | rgb(235, 151, 238) |
| HSL | hsl(298, 72%, 76%) |
| CMYK | cmyk(1%, 37%, 0%, 7%) |
| LAB | lab(73.5 44.8 -30.9) |
| LCH | lch(73.5 54.5 325.4) |
| OKLCH | oklch(0.790 0.149 325.7) |
Copy-ready code
/* CSS */
color: #eb97ee;
background-color: #eb97ee;
/* Tailwind (arbitrary) */
class="text-[#eb97ee] bg-[#eb97ee]"
/* SCSS */
$brand: #eb97ee;
/* SwiftUI */
Color(red: 0.922, green: 0.592, blue: 0.933)
/* Android */
Color.parseColor("#eb97ee")Accessibility — WCAG contrast
Aa
#eb97ee on white: 2.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb97ee on black: 10.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green59.2%
Blue93.3%
CMYK percentages
Cyan1.3%
Magenta36.6%
Yellow0.0%
Key (black)6.7%
Color previews
#eb97ee text on a black background
contrast 10.19:1
Card sample
#eb97ee text on a white background
contrast 2.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb97ee;
Background color
Panel with #eb97ee background
background-color: #eb97ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb97ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 151, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 151, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb97ee; background: linear-gradient(135deg, #eb97ee, #EE97B7);