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