#eb69eb
a light, electric magenta / pink · warm · closest name: violet
RGB
235, 105, 235
HSL
300°, 77%, 67%
CMYK
0, 55, 0, 8
Luminance
0.3376
Every format
| HEX | #eb69eb |
| RGB | rgb(235, 105, 235) |
| HSL | hsl(300, 77%, 67%) |
| CMYK | cmyk(0%, 55%, 0%, 8%) |
| LAB | lab(64.8 66.7 -42.9) |
| LCH | lch(64.8 79.3 327.3) |
| OKLCH | oklch(0.724 0.220 327.6) |
Copy-ready code
/* CSS */
color: #eb69eb;
background-color: #eb69eb;
/* Tailwind (arbitrary) */
class="text-[#eb69eb] bg-[#eb69eb]"
/* SCSS */
$brand: #eb69eb;
/* SwiftUI */
Color(red: 0.922, green: 0.412, blue: 0.922)
/* Android */
Color.parseColor("#eb69eb")Accessibility — WCAG contrast
Aa
#eb69eb on white: 2.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb69eb on black: 7.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green41.2%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta55.3%
Yellow0.0%
Key (black)7.8%
Color previews
#eb69eb text on a black background
contrast 7.75:1
Card sample
#eb69eb text on a white background
contrast 2.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb69eb;
Background color
Panel with #eb69eb background
background-color: #eb69eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb69eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 105, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 105, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb69eb; background: linear-gradient(135deg, #eb69eb, #EB6994);