#ebdfd8
a pale, soft orange · warm · closest name: ivory
RGB
235, 223, 216
HSL
22°, 32%, 88%
CMYK
0, 5, 8, 8
Luminance
0.7540
Every format
| HEX | #ebdfd8 |
| RGB | rgb(235, 223, 216) |
| HSL | hsl(22, 32%, 88%) |
| CMYK | cmyk(0%, 5%, 8%, 8%) |
| LAB | lab(89.6 2.9 4.9) |
| LCH | lch(89.6 5.7 59.3) |
| OKLCH | oklch(0.911 0.016 52.5) |
Copy-ready code
/* CSS */
color: #ebdfd8;
background-color: #ebdfd8;
/* Tailwind (arbitrary) */
class="text-[#ebdfd8] bg-[#ebdfd8]"
/* SCSS */
$brand: #ebdfd8;
/* SwiftUI */
Color(red: 0.922, green: 0.875, blue: 0.847)
/* Android */
Color.parseColor("#ebdfd8")Accessibility — WCAG contrast
Aa
#ebdfd8 on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebdfd8 on black: 16.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green87.5%
Blue84.7%
CMYK percentages
Cyan0.0%
Magenta5.1%
Yellow8.1%
Key (black)7.8%
Color previews
#ebdfd8 text on a black background
contrast 16.08:1
Card sample
#ebdfd8 text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebdfd8;
Background color
Panel with #ebdfd8 background
background-color: #ebdfd8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebdfd8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 223, 216, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 223, 216, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebdfd8; background: linear-gradient(135deg, #ebdfd8, #EAEBD8);