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