#ebdbec
a pale, soft magenta / pink · warm · closest name: lavender
RGB
235, 219, 236
HSL
297°, 31%, 89%
CMYK
0, 7, 0, 8
Luminance
0.7438
Every format
| HEX | #ebdbec |
| RGB | rgb(235, 219, 236) |
| HSL | hsl(297, 31%, 89%) |
| CMYK | cmyk(0%, 7%, 0%, 8%) |
| LAB | lab(89.1 8.5 -6.3) |
| LCH | lch(89.1 10.6 323.2) |
| OKLCH | oklch(0.909 0.029 324.0) |
Copy-ready code
/* CSS */
color: #ebdbec;
background-color: #ebdbec;
/* Tailwind (arbitrary) */
class="text-[#ebdbec] bg-[#ebdbec]"
/* SCSS */
$brand: #ebdbec;
/* SwiftUI */
Color(red: 0.922, green: 0.859, blue: 0.925)
/* Android */
Color.parseColor("#ebdbec")Accessibility — WCAG contrast
Aa
#ebdbec on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebdbec on black: 15.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green85.9%
Blue92.5%
CMYK percentages
Cyan0.4%
Magenta7.2%
Yellow0.0%
Key (black)7.5%
Color previews
#ebdbec text on a black background
contrast 15.88:1
Card sample
#ebdbec text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebdbec;
Background color
Panel with #ebdbec background
background-color: #ebdbec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebdbec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 219, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 219, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebdbec; background: linear-gradient(135deg, #ebdbec, #ECDBE2);