#ebc2eb
a light, vivid magenta / pink · warm · closest name: plum
RGB
235, 194, 235
HSL
300°, 51%, 84%
CMYK
0, 17, 0, 8
Luminance
0.6224
Every format
| HEX | #ebc2eb |
| RGB | rgb(235, 194, 235) |
| HSL | hsl(300, 51%, 84%) |
| CMYK | cmyk(0%, 17%, 0%, 8%) |
| LAB | lab(83.0 21.5 -14.8) |
| LCH | lch(83.0 26.1 325.4) |
| OKLCH | oklch(0.862 0.071 326.2) |
Copy-ready code
/* CSS */
color: #ebc2eb;
background-color: #ebc2eb;
/* Tailwind (arbitrary) */
class="text-[#ebc2eb] bg-[#ebc2eb]"
/* SCSS */
$brand: #ebc2eb;
/* SwiftUI */
Color(red: 0.922, green: 0.761, blue: 0.922)
/* Android */
Color.parseColor("#ebc2eb")Accessibility — WCAG contrast
Aa
#ebc2eb on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebc2eb on black: 13.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green76.1%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta17.4%
Yellow0.0%
Key (black)7.8%
Color previews
#ebc2eb text on a black background
contrast 13.45:1
Card sample
#ebc2eb text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebc2eb;
Background color
Panel with #ebc2eb background
background-color: #ebc2eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebc2eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 194, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 194, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebc2eb; background: linear-gradient(135deg, #ebc2eb, #EBC2D0);