#eb6dfb
a light, electric magenta / pink · warm · closest name: violet
RGB
235, 109, 251
HSL
293°, 95%, 71%
CMYK
6, 57, 0, 2
Luminance
0.3556
Every format
| HEX | #eb6dfb |
| RGB | rgb(235, 109, 251) |
| HSL | hsl(293, 95%, 71%) |
| CMYK | cmyk(6%, 57%, 0%, 2%) |
| LAB | lab(66.2 67.7 -49.5) |
| LCH | lch(66.2 83.9 323.9) |
| OKLCH | oklch(0.737 0.228 323.0) |
Copy-ready code
/* CSS */
color: #eb6dfb;
background-color: #eb6dfb;
/* Tailwind (arbitrary) */
class="text-[#eb6dfb] bg-[#eb6dfb]"
/* SCSS */
$brand: #eb6dfb;
/* SwiftUI */
Color(red: 0.922, green: 0.427, blue: 0.984)
/* Android */
Color.parseColor("#eb6dfb")Accessibility — WCAG contrast
Aa
#eb6dfb on white: 2.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb6dfb on black: 8.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green42.7%
Blue98.4%
CMYK percentages
Cyan6.4%
Magenta56.6%
Yellow0.0%
Key (black)1.6%
Color previews
#eb6dfb text on a black background
contrast 8.11:1
Card sample
#eb6dfb text on a white background
contrast 2.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb6dfb;
Background color
Panel with #eb6dfb background
background-color: #eb6dfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb6dfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 109, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 109, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb6dfb; background: linear-gradient(135deg, #eb6dfb, #FB6DAC);