#eb9ceb
a light, vivid magenta / pink · warm · closest name: plum
RGB
235, 156, 235
HSL
300°, 66%, 77%
CMYK
0, 34, 0, 8
Luminance
0.4744
Every format
| HEX | #eb9ceb |
| RGB | rgb(235, 156, 235) |
| HSL | hsl(300, 66%, 77%) |
| CMYK | cmyk(0%, 34%, 0%, 8%) |
| LAB | lab(74.5 41.7 -27.8) |
| LCH | lch(74.5 50.1 326.3) |
| OKLCH | oklch(0.797 0.138 326.8) |
Copy-ready code
/* CSS */
color: #eb9ceb;
background-color: #eb9ceb;
/* Tailwind (arbitrary) */
class="text-[#eb9ceb] bg-[#eb9ceb]"
/* SCSS */
$brand: #eb9ceb;
/* SwiftUI */
Color(red: 0.922, green: 0.612, blue: 0.922)
/* Android */
Color.parseColor("#eb9ceb")Accessibility — WCAG contrast
Aa
#eb9ceb on white: 2.00:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb9ceb on black: 10.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green61.2%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta33.6%
Yellow0.0%
Key (black)7.8%
Color previews
#eb9ceb text on a black background
contrast 10.49:1
Card sample
#eb9ceb text on a white background
contrast 2.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb9ceb;
Background color
Panel with #eb9ceb background
background-color: #eb9ceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb9ceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 156, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 156, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb9ceb; background: linear-gradient(135deg, #eb9ceb, #EB9CB6);