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