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