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