#eb8ceb
a light, vivid magenta / pink · warm · closest name: violet
RGB
235, 140, 235
HSL
300°, 70%, 74%
CMYK
0, 40, 0, 8
Luminance
0.4242
Every format
| HEX | #eb8ceb |
| RGB | rgb(235, 140, 235) |
| HSL | hsl(300, 70%, 74%) |
| CMYK | cmyk(0%, 40%, 0%, 8%) |
| LAB | lab(71.2 50.0 -32.9) |
| LCH | lch(71.2 59.8 326.6) |
| OKLCH | oklch(0.772 0.165 327.0) |
Copy-ready code
/* CSS */
color: #eb8ceb;
background-color: #eb8ceb;
/* Tailwind (arbitrary) */
class="text-[#eb8ceb] bg-[#eb8ceb]"
/* SCSS */
$brand: #eb8ceb;
/* SwiftUI */
Color(red: 0.922, green: 0.549, blue: 0.922)
/* Android */
Color.parseColor("#eb8ceb")Accessibility — WCAG contrast
Aa
#eb8ceb on white: 2.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb8ceb on black: 9.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green54.9%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta40.4%
Yellow0.0%
Key (black)7.8%
Color previews
#eb8ceb text on a black background
contrast 9.48:1
Card sample
#eb8ceb text on a white background
contrast 2.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb8ceb;
Background color
Panel with #eb8ceb background
background-color: #eb8ceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb8ceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 140, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 140, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb8ceb; background: linear-gradient(135deg, #eb8ceb, #EB8CAC);