#ebdfd4
a pale, soft orange · warm · closest name: beige
RGB
235, 223, 212
HSL
29°, 37%, 88%
CMYK
0, 5, 10, 8
Luminance
0.7519
Every format
| HEX | #ebdfd4 |
| RGB | rgb(235, 223, 212) |
| HSL | hsl(29, 37%, 88%) |
| CMYK | cmyk(0%, 5%, 10%, 8%) |
| LAB | lab(89.5 2.2 6.8) |
| LCH | lch(89.5 7.2 71.9) |
| OKLCH | oklch(0.910 0.020 65.1) |
Copy-ready code
/* CSS */
color: #ebdfd4;
background-color: #ebdfd4;
/* Tailwind (arbitrary) */
class="text-[#ebdfd4] bg-[#ebdfd4]"
/* SCSS */
$brand: #ebdfd4;
/* SwiftUI */
Color(red: 0.922, green: 0.875, blue: 0.831)
/* Android */
Color.parseColor("#ebdfd4")Accessibility — WCAG contrast
Aa
#ebdfd4 on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebdfd4 on black: 16.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green87.5%
Blue83.1%
CMYK percentages
Cyan0.0%
Magenta5.1%
Yellow9.8%
Key (black)7.8%
Color previews
#ebdfd4 text on a black background
contrast 16.04:1
Card sample
#ebdfd4 text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebdfd4;
Background color
Panel with #ebdfd4 background
background-color: #ebdfd4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebdfd4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 223, 212, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 223, 212, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebdfd4; background: linear-gradient(135deg, #ebdfd4, #E8EBD4);