#ebcaee
a pale, vivid magenta / pink · warm · closest name: lavender
RGB
235, 202, 238
HSL
295°, 51%, 86%
CMYK
1, 15, 0, 7
Luminance
0.6608
Every format
| HEX | #ebcaee |
| RGB | rgb(235, 202, 238) |
| HSL | hsl(295, 51%, 86%) |
| CMYK | cmyk(1%, 15%, 0%, 7%) |
| LAB | lab(85.0 17.8 -13.4) |
| LCH | lch(85.0 22.3 322.9) |
| OKLCH | oklch(0.878 0.060 323.4) |
Copy-ready code
/* CSS */
color: #ebcaee;
background-color: #ebcaee;
/* Tailwind (arbitrary) */
class="text-[#ebcaee] bg-[#ebcaee]"
/* SCSS */
$brand: #ebcaee;
/* SwiftUI */
Color(red: 0.922, green: 0.792, blue: 0.933)
/* Android */
Color.parseColor("#ebcaee")Accessibility — WCAG contrast
Aa
#ebcaee on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebcaee on black: 14.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green79.2%
Blue93.3%
CMYK percentages
Cyan1.3%
Magenta15.1%
Yellow0.0%
Key (black)6.7%
Color previews
#ebcaee text on a black background
contrast 14.22:1
Card sample
#ebcaee text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebcaee;
Background color
Panel with #ebcaee background
background-color: #ebcaee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebcaee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 202, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 202, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebcaee; background: linear-gradient(135deg, #ebcaee, #EECAD9);