#ebc9ee
a pale, vivid magenta / pink · warm · closest name: lavender
RGB
235, 201, 238
HSL
295°, 52%, 86%
CMYK
1, 16, 0, 7
Luminance
0.6561
Every format
| HEX | #ebc9ee |
| RGB | rgb(235, 201, 238) |
| HSL | hsl(295, 52%, 86%) |
| CMYK | cmyk(1%, 16%, 0%, 7%) |
| LAB | lab(84.8 18.3 -13.8) |
| LCH | lch(84.8 22.9 323.0) |
| OKLCH | oklch(0.876 0.062 323.5) |
Copy-ready code
/* CSS */
color: #ebc9ee;
background-color: #ebc9ee;
/* Tailwind (arbitrary) */
class="text-[#ebc9ee] bg-[#ebc9ee]"
/* SCSS */
$brand: #ebc9ee;
/* SwiftUI */
Color(red: 0.922, green: 0.788, blue: 0.933)
/* Android */
Color.parseColor("#ebc9ee")Accessibility — WCAG contrast
Aa
#ebc9ee on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebc9ee on black: 14.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green78.8%
Blue93.3%
CMYK percentages
Cyan1.3%
Magenta15.5%
Yellow0.0%
Key (black)6.7%
Color previews
#ebc9ee text on a black background
contrast 14.12:1
Card sample
#ebc9ee text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebc9ee;
Background color
Panel with #ebc9ee background
background-color: #ebc9ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebc9ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 201, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 201, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebc9ee; background: linear-gradient(135deg, #ebc9ee, #EEC9D8);