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