#eb6ee9
a light, electric magenta / pink · warm · closest name: violet
RGB
235, 110, 233
HSL
301°, 76%, 68%
CMYK
0, 53, 1, 8
Luminance
0.3470
Every format
| HEX | #eb6ee9 |
| RGB | rgb(235, 110, 233) |
| HSL | hsl(301, 76%, 68%) |
| CMYK | cmyk(0%, 53%, 1%, 8%) |
| LAB | lab(65.5 64.2 -40.6) |
| LCH | lch(65.5 75.9 327.7) |
| OKLCH | oklch(0.730 0.211 328.1) |
Copy-ready code
/* CSS */
color: #eb6ee9;
background-color: #eb6ee9;
/* Tailwind (arbitrary) */
class="text-[#eb6ee9] bg-[#eb6ee9]"
/* SCSS */
$brand: #eb6ee9;
/* SwiftUI */
Color(red: 0.922, green: 0.431, blue: 0.914)
/* Android */
Color.parseColor("#eb6ee9")Accessibility — WCAG contrast
Aa
#eb6ee9 on white: 2.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb6ee9 on black: 7.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green43.1%
Blue91.4%
CMYK percentages
Cyan0.0%
Magenta53.2%
Yellow0.9%
Key (black)7.8%
Color previews
#eb6ee9 text on a black background
contrast 7.94:1
Card sample
#eb6ee9 text on a white background
contrast 2.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb6ee9;
Background color
Panel with #eb6ee9 background
background-color: #eb6ee9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb6ee9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 110, 233, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 110, 233, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb6ee9; background: linear-gradient(135deg, #eb6ee9, #EB6E95);