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