#ebc9eb
a pale, vivid magenta / pink · warm · closest name: lavender
RGB
235, 201, 235
HSL
300°, 46%, 86%
CMYK
0, 15, 0, 8
Luminance
0.6543
Every format
| HEX | #ebc9eb |
| RGB | rgb(235, 201, 235) |
| HSL | hsl(300, 46%, 86%) |
| CMYK | cmyk(0%, 15%, 0%, 8%) |
| LAB | lab(84.7 17.8 -12.3) |
| LCH | lch(84.7 21.6 325.2) |
| OKLCH | oklch(0.875 0.059 326.1) |
Copy-ready code
/* CSS */
color: #ebc9eb;
background-color: #ebc9eb;
/* Tailwind (arbitrary) */
class="text-[#ebc9eb] bg-[#ebc9eb]"
/* SCSS */
$brand: #ebc9eb;
/* SwiftUI */
Color(red: 0.922, green: 0.788, blue: 0.922)
/* Android */
Color.parseColor("#ebc9eb")Accessibility — WCAG contrast
Aa
#ebc9eb on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebc9eb on black: 14.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green78.8%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta14.5%
Yellow0.0%
Key (black)7.8%
Color previews
#ebc9eb text on a black background
contrast 14.09:1
Card sample
#ebc9eb text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebc9eb;
Background color
Panel with #ebc9eb background
background-color: #ebc9eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebc9eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 201, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 201, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebc9eb; background: linear-gradient(135deg, #ebc9eb, #EBC9D4);