#eb6dff
a light, electric magenta / pink · warm · closest name: violet
RGB
235, 109, 255
HSL
292°, 100%, 71%
CMYK
8, 57, 0, 0
Luminance
0.3582
Every format
| HEX | #eb6dff |
| RGB | rgb(235, 109, 255) |
| HSL | hsl(292, 100%, 71%) |
| CMYK | cmyk(8%, 57%, 0%, 0%) |
| LAB | lab(66.4 68.5 -51.4) |
| LCH | lch(66.4 85.6 323.1) |
| OKLCH | oklch(0.739 0.232 322.0) |
Copy-ready code
/* CSS */
color: #eb6dff;
background-color: #eb6dff;
/* Tailwind (arbitrary) */
class="text-[#eb6dff] bg-[#eb6dff]"
/* SCSS */
$brand: #eb6dff;
/* SwiftUI */
Color(red: 0.922, green: 0.427, blue: 1.000)
/* Android */
Color.parseColor("#eb6dff")Accessibility — WCAG contrast
Aa
#eb6dff on white: 2.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb6dff on black: 8.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green42.7%
Blue100.0%
CMYK percentages
Cyan7.8%
Magenta57.3%
Yellow0.0%
Key (black)0.0%
Color previews
#eb6dff text on a black background
contrast 8.16:1
Card sample
#eb6dff text on a white background
contrast 2.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb6dff;
Background color
Panel with #eb6dff background
background-color: #eb6dff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb6dff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 109, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 109, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb6dff; background: linear-gradient(135deg, #eb6dff, #FF6DB2);