#eb6feb
a light, electric magenta / pink · warm · closest name: violet
RGB
235, 111, 235
HSL
300°, 76%, 68%
CMYK
0, 53, 0, 8
Luminance
0.3503
Every format
| HEX | #eb6feb |
| RGB | rgb(235, 111, 235) |
| HSL | hsl(300, 76%, 68%) |
| CMYK | cmyk(0%, 53%, 0%, 8%) |
| LAB | lab(65.8 64.0 -41.3) |
| LCH | lch(65.8 76.2 327.2) |
| OKLCH | oklch(0.732 0.211 327.5) |
Copy-ready code
/* CSS */
color: #eb6feb;
background-color: #eb6feb;
/* Tailwind (arbitrary) */
class="text-[#eb6feb] bg-[#eb6feb]"
/* SCSS */
$brand: #eb6feb;
/* SwiftUI */
Color(red: 0.922, green: 0.435, blue: 0.922)
/* Android */
Color.parseColor("#eb6feb")Accessibility — WCAG contrast
Aa
#eb6feb on white: 2.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb6feb on black: 8.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green43.5%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta52.8%
Yellow0.0%
Key (black)7.8%
Color previews
#eb6feb text on a black background
contrast 8.01:1
Card sample
#eb6feb text on a white background
contrast 2.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb6feb;
Background color
Panel with #eb6feb background
background-color: #eb6feb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb6feb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 111, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 111, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb6feb; background: linear-gradient(135deg, #eb6feb, #EB6F98);