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