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