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