#eb6ceb
a light, electric magenta / pink · warm · closest name: violet
RGB
235, 108, 235
HSL
300°, 76%, 67%
CMYK
0, 54, 0, 8
Luminance
0.3439
Every format
| HEX | #eb6ceb |
| RGB | rgb(235, 108, 235) |
| HSL | hsl(300, 76%, 67%) |
| CMYK | cmyk(0%, 54%, 0%, 8%) |
| LAB | lab(65.3 65.4 -42.1) |
| LCH | lch(65.3 77.8 327.2) |
| OKLCH | oklch(0.728 0.216 327.5) |
Copy-ready code
/* CSS */
color: #eb6ceb;
background-color: #eb6ceb;
/* Tailwind (arbitrary) */
class="text-[#eb6ceb] bg-[#eb6ceb]"
/* SCSS */
$brand: #eb6ceb;
/* SwiftUI */
Color(red: 0.922, green: 0.424, blue: 0.922)
/* Android */
Color.parseColor("#eb6ceb")Accessibility — WCAG contrast
Aa
#eb6ceb on white: 2.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb6ceb on black: 7.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green42.4%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta54.0%
Yellow0.0%
Key (black)7.8%
Color previews
#eb6ceb text on a black background
contrast 7.88:1
Card sample
#eb6ceb text on a white background
contrast 2.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb6ceb;
Background color
Panel with #eb6ceb background
background-color: #eb6ceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb6ceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 108, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 108, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb6ceb; background: linear-gradient(135deg, #eb6ceb, #EB6C96);