#ebcae8
a pale, vivid magenta / pink · warm · closest name: lavender
RGB
235, 202, 232
HSL
306°, 45%, 86%
CMYK
0, 14, 1, 8
Luminance
0.6573
Every format
| HEX | #ebcae8 |
| RGB | rgb(235, 202, 232) |
| HSL | hsl(306, 45%, 86%) |
| CMYK | cmyk(0%, 14%, 1%, 8%) |
| LAB | lab(84.9 16.7 -10.5) |
| LCH | lch(84.9 19.7 327.8) |
| OKLCH | oklch(0.876 0.054 328.9) |
Copy-ready code
/* CSS */
color: #ebcae8;
background-color: #ebcae8;
/* Tailwind (arbitrary) */
class="text-[#ebcae8] bg-[#ebcae8]"
/* SCSS */
$brand: #ebcae8;
/* SwiftUI */
Color(red: 0.922, green: 0.792, blue: 0.910)
/* Android */
Color.parseColor("#ebcae8")Accessibility — WCAG contrast
Aa
#ebcae8 on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebcae8 on black: 14.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green79.2%
Blue91.0%
CMYK percentages
Cyan0.0%
Magenta14.0%
Yellow1.3%
Key (black)7.8%
Color previews
#ebcae8 text on a black background
contrast 14.15:1
Card sample
#ebcae8 text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebcae8;
Background color
Panel with #ebcae8 background
background-color: #ebcae8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebcae8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 202, 232, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 202, 232, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebcae8; background: linear-gradient(135deg, #ebcae8, #EBCAD2);