#ebdbdc
a pale, soft red · warm · closest name: lavender
RGB
235, 219, 220
HSL
356°, 29%, 89%
CMYK
0, 7, 6, 8
Luminance
0.7349
Every format
| HEX | #ebdbdc |
| RGB | rgb(235, 219, 220) |
| HSL | hsl(356, 29%, 89%) |
| CMYK | cmyk(0%, 7%, 6%, 8%) |
| LAB | lab(88.7 5.7 1.5) |
| LCH | lch(88.7 5.8 14.8) |
| OKLCH | oklch(0.905 0.018 13.1) |
Copy-ready code
/* CSS */
color: #ebdbdc;
background-color: #ebdbdc;
/* Tailwind (arbitrary) */
class="text-[#ebdbdc] bg-[#ebdbdc]"
/* SCSS */
$brand: #ebdbdc;
/* SwiftUI */
Color(red: 0.922, green: 0.859, blue: 0.863)
/* Android */
Color.parseColor("#ebdbdc")Accessibility — WCAG contrast
Aa
#ebdbdc on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebdbdc on black: 15.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green85.9%
Blue86.3%
CMYK percentages
Cyan0.0%
Magenta6.8%
Yellow6.4%
Key (black)7.8%
Color previews
#ebdbdc text on a black background
contrast 15.70:1
Card sample
#ebdbdc text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebdbdc;
Background color
Panel with #ebdbdc background
background-color: #ebdbdc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebdbdc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 219, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 219, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebdbdc; background: linear-gradient(135deg, #ebdbdc, #EBE5DB);