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