#eb7ceb
a light, vivid magenta / pink · warm · “violet”
RGB
235, 124, 235
HSL
300°, 74%, 70%
CMYK
0, 47, 0, 8
Luminance
0.3808
Every format
| HEX | #eb7ceb |
| RGB | rgb(235, 124, 235) |
| HSL | hsl(300, 74%, 70%) |
| CMYK | cmyk(0%, 47%, 0%, 8%) |
| LAB | lab(68.1 57.9 -37.7) |
| LCH | lch(68.1 69.1 326.9) |
| OKLCH | oklch(0.749 0.191 327.3) |
Copy-ready code
/* CSS */
color: #eb7ceb;
background-color: #eb7ceb;
/* Tailwind (arbitrary) */
class="text-[#eb7ceb] bg-[#eb7ceb]"
/* SCSS */
$brand: #eb7ceb;
/* SwiftUI */
Color(red: 0.922, green: 0.486, blue: 0.922)
/* Android */
Color.parseColor("#eb7ceb")Accessibility — WCAG contrast
Aa
#eb7ceb on white: 2.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb7ceb on black: 8.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green48.6%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta47.2%
Yellow0.0%
Key (black)7.8%
Color previews
#eb7ceb text on a black background
contrast 8.62:1
Card sample
#eb7ceb text on a white background
contrast 2.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb7ceb;
Background color
Panel with #eb7ceb background
background-color: #eb7ceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb7ceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 124, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 124, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb7ceb; background: linear-gradient(135deg, #eb7ceb, #EB7CA1);