#eb6bee
a light, electric magenta / pink · warm · closest name: violet
RGB
235, 107, 238
HSL
299°, 79%, 68%
CMYK
1, 55, 0, 7
Luminance
0.3435
Every format
| HEX | #eb6bee |
| RGB | rgb(235, 107, 238) |
| HSL | hsl(299, 79%, 68%) |
| CMYK | cmyk(1%, 55%, 0%, 7%) |
| LAB | lab(65.2 66.3 -43.8) |
| LCH | lch(65.2 79.5 326.6) |
| OKLCH | oklch(0.728 0.220 326.7) |
Copy-ready code
/* CSS */
color: #eb6bee;
background-color: #eb6bee;
/* Tailwind (arbitrary) */
class="text-[#eb6bee] bg-[#eb6bee]"
/* SCSS */
$brand: #eb6bee;
/* SwiftUI */
Color(red: 0.922, green: 0.420, blue: 0.933)
/* Android */
Color.parseColor("#eb6bee")Accessibility — WCAG contrast
Aa
#eb6bee on white: 2.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb6bee on black: 7.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green42.0%
Blue93.3%
CMYK percentages
Cyan1.3%
Magenta55.0%
Yellow0.0%
Key (black)6.7%
Color previews
#eb6bee text on a black background
contrast 7.87:1
Card sample
#eb6bee text on a white background
contrast 2.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb6bee;
Background color
Panel with #eb6bee background
background-color: #eb6bee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb6bee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 107, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 107, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb6bee; background: linear-gradient(135deg, #eb6bee, #EE6B9A);