#eb5ceb
a balanced, electric magenta / pink · warm · closest name: violet
RGB
235, 92, 235
HSL
300°, 78%, 64%
CMYK
0, 61, 0, 8
Luminance
0.3131
Every format
| HEX | #eb5ceb |
| RGB | rgb(235, 92, 235) |
| HSL | hsl(300, 78%, 64%) |
| CMYK | cmyk(0%, 61%, 0%, 8%) |
| LAB | lab(62.8 72.2 -46.0) |
| LCH | lch(62.8 85.6 327.5) |
| OKLCH | oklch(0.710 0.238 327.7) |
Copy-ready code
/* CSS */
color: #eb5ceb;
background-color: #eb5ceb;
/* Tailwind (arbitrary) */
class="text-[#eb5ceb] bg-[#eb5ceb]"
/* SCSS */
$brand: #eb5ceb;
/* SwiftUI */
Color(red: 0.922, green: 0.361, blue: 0.922)
/* Android */
Color.parseColor("#eb5ceb")Accessibility — WCAG contrast
Aa
#eb5ceb on white: 2.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb5ceb on black: 7.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green36.1%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta60.9%
Yellow0.0%
Key (black)7.8%
Color previews
#eb5ceb text on a black background
contrast 7.26:1
Card sample
#eb5ceb text on a white background
contrast 2.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb5ceb;
Background color
Panel with #eb5ceb background
background-color: #eb5ceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb5ceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 92, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 92, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb5ceb; background: linear-gradient(135deg, #eb5ceb, #EB5C8C);