#eb8ee2
a light, vivid magenta / pink · warm · closest name: violet
RGB
235, 142, 226
HSL
306°, 70%, 74%
CMYK
0, 40, 4, 8
Luminance
0.4250
Every format
| HEX | #eb8ee2 |
| RGB | rgb(235, 142, 226) |
| HSL | hsl(306, 70%, 74%) |
| CMYK | cmyk(0%, 40%, 4%, 8%) |
| LAB | lab(71.2 47.3 -27.9) |
| LCH | lch(71.2 54.9 329.5) |
| OKLCH | oklch(0.771 0.153 330.5) |
Copy-ready code
/* CSS */
color: #eb8ee2;
background-color: #eb8ee2;
/* Tailwind (arbitrary) */
class="text-[#eb8ee2] bg-[#eb8ee2]"
/* SCSS */
$brand: #eb8ee2;
/* SwiftUI */
Color(red: 0.922, green: 0.557, blue: 0.886)
/* Android */
Color.parseColor("#eb8ee2")Accessibility — WCAG contrast
Aa
#eb8ee2 on white: 2.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb8ee2 on black: 9.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green55.7%
Blue88.6%
CMYK percentages
Cyan0.0%
Magenta39.6%
Yellow3.8%
Key (black)7.8%
Color previews
#eb8ee2 text on a black background
contrast 9.50:1
Card sample
#eb8ee2 text on a white background
contrast 2.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb8ee2;
Background color
Panel with #eb8ee2 background
background-color: #eb8ee2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb8ee2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 142, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 142, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb8ee2; background: linear-gradient(135deg, #eb8ee2, #EB8EA4);