#eb69fc
a light, electric magenta / pink · warm · closest name: violet
RGB
235, 105, 252
HSL
293°, 96%, 70%
CMYK
7, 58, 0, 1
Luminance
0.3479
Every format
| HEX | #eb69fc |
| RGB | rgb(235, 105, 252) |
| HSL | hsl(293, 96%, 70%) |
| CMYK | cmyk(7%, 58%, 0%, 1%) |
| LAB | lab(65.6 69.7 -51.0) |
| LCH | lch(65.6 86.3 323.8) |
| OKLCH | oklch(0.733 0.234 322.9) |
Copy-ready code
/* CSS */
color: #eb69fc;
background-color: #eb69fc;
/* Tailwind (arbitrary) */
class="text-[#eb69fc] bg-[#eb69fc]"
/* SCSS */
$brand: #eb69fc;
/* SwiftUI */
Color(red: 0.922, green: 0.412, blue: 0.988)
/* Android */
Color.parseColor("#eb69fc")Accessibility — WCAG contrast
Aa
#eb69fc on white: 2.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb69fc on black: 7.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green41.2%
Blue98.8%
CMYK percentages
Cyan6.7%
Magenta58.3%
Yellow0.0%
Key (black)1.2%
Color previews
#eb69fc text on a black background
contrast 7.96:1
Card sample
#eb69fc text on a white background
contrast 2.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb69fc;
Background color
Panel with #eb69fc background
background-color: #eb69fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb69fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 105, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 105, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb69fc; background: linear-gradient(135deg, #eb69fc, #FC69AB);