#ebdfe0
a pale, soft red · warm · closest name: lavender
RGB
235, 223, 224
HSL
355°, 23%, 90%
CMYK
0, 5, 5, 8
Luminance
0.7582
Every format
| HEX | #ebdfe0 |
| RGB | rgb(235, 223, 224) |
| HSL | hsl(355, 23%, 90%) |
| CMYK | cmyk(0%, 5%, 5%, 8%) |
| LAB | lab(89.8 4.3 1.0) |
| LCH | lch(89.8 4.4 13.0) |
| OKLCH | oklch(0.913 0.013 11.6) |
Copy-ready code
/* CSS */
color: #ebdfe0;
background-color: #ebdfe0;
/* Tailwind (arbitrary) */
class="text-[#ebdfe0] bg-[#ebdfe0]"
/* SCSS */
$brand: #ebdfe0;
/* SwiftUI */
Color(red: 0.922, green: 0.875, blue: 0.878)
/* Android */
Color.parseColor("#ebdfe0")Accessibility — WCAG contrast
Aa
#ebdfe0 on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebdfe0 on black: 16.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green87.5%
Blue87.8%
CMYK percentages
Cyan0.0%
Magenta5.1%
Yellow4.7%
Key (black)7.8%
Color previews
#ebdfe0 text on a black background
contrast 16.16:1
Card sample
#ebdfe0 text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebdfe0;
Background color
Panel with #ebdfe0 background
background-color: #ebdfe0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebdfe0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 223, 224, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 223, 224, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebdfe0; background: linear-gradient(135deg, #ebdfe0, #EBE6DF);