#ebdfd1
a pale, soft orange · warm · closest name: beige
RGB
235, 223, 209
HSL
32°, 39%, 87%
CMYK
0, 5, 11, 8
Luminance
0.7504
Every format
| HEX | #ebdfd1 |
| RGB | rgb(235, 223, 209) |
| HSL | hsl(32, 39%, 87%) |
| CMYK | cmyk(0%, 5%, 11%, 8%) |
| LAB | lab(89.4 1.8 8.3) |
| LCH | lch(89.4 8.5 78.1) |
| OKLCH | oklch(0.909 0.023 71.8) |
Copy-ready code
/* CSS */
color: #ebdfd1;
background-color: #ebdfd1;
/* Tailwind (arbitrary) */
class="text-[#ebdfd1] bg-[#ebdfd1]"
/* SCSS */
$brand: #ebdfd1;
/* SwiftUI */
Color(red: 0.922, green: 0.875, blue: 0.820)
/* Android */
Color.parseColor("#ebdfd1")Accessibility — WCAG contrast
Aa
#ebdfd1 on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebdfd1 on black: 16.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green87.5%
Blue82.0%
CMYK percentages
Cyan0.0%
Magenta5.1%
Yellow11.1%
Key (black)7.8%
Color previews
#ebdfd1 text on a black background
contrast 16.01:1
Card sample
#ebdfd1 text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebdfd1;
Background color
Panel with #ebdfd1 background
background-color: #ebdfd1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebdfd1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 223, 209, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 223, 209, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebdfd1; background: linear-gradient(135deg, #ebdfd1, #E6EBD1);