#ebdbe2
a pale, soft magenta / pink · warm · closest name: lavender
RGB
235, 219, 226
HSL
334°, 29%, 89%
CMYK
0, 7, 4, 8
Luminance
0.7382
Every format
| HEX | #ebdbe2 |
| RGB | rgb(235, 219, 226) |
| HSL | hsl(334, 29%, 89%) |
| CMYK | cmyk(0%, 7%, 4%, 8%) |
| LAB | lab(88.8 6.7 -1.4) |
| LCH | lch(88.8 6.8 347.8) |
| OKLCH | oklch(0.906 0.020 349.1) |
Copy-ready code
/* CSS */
color: #ebdbe2;
background-color: #ebdbe2;
/* Tailwind (arbitrary) */
class="text-[#ebdbe2] bg-[#ebdbe2]"
/* SCSS */
$brand: #ebdbe2;
/* SwiftUI */
Color(red: 0.922, green: 0.859, blue: 0.886)
/* Android */
Color.parseColor("#ebdbe2")Accessibility — WCAG contrast
Aa
#ebdbe2 on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebdbe2 on black: 15.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green85.9%
Blue88.6%
CMYK percentages
Cyan0.0%
Magenta6.8%
Yellow3.8%
Key (black)7.8%
Color previews
#ebdbe2 text on a black background
contrast 15.76:1
Card sample
#ebdbe2 text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebdbe2;
Background color
Panel with #ebdbe2 background
background-color: #ebdbe2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebdbe2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 219, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 219, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebdbe2; background: linear-gradient(135deg, #ebdbe2, #EBDFDB);