#ebdcd3
a pale, soft orange · warm · closest name: beige
RGB
235, 220, 211
HSL
23°, 38%, 88%
CMYK
0, 6, 10, 8
Luminance
0.7355
Every format
| HEX | #ebdcd3 |
| RGB | rgb(235, 220, 211) |
| HSL | hsl(23, 38%, 88%) |
| CMYK | cmyk(0%, 6%, 10%, 8%) |
| LAB | lab(88.7 3.6 6.3) |
| LCH | lch(88.7 7.2 59.9) |
| OKLCH | oklch(0.904 0.021 53.2) |
Copy-ready code
/* CSS */
color: #ebdcd3;
background-color: #ebdcd3;
/* Tailwind (arbitrary) */
class="text-[#ebdcd3] bg-[#ebdcd3]"
/* SCSS */
$brand: #ebdcd3;
/* SwiftUI */
Color(red: 0.922, green: 0.863, blue: 0.827)
/* Android */
Color.parseColor("#ebdcd3")Accessibility — WCAG contrast
Aa
#ebdcd3 on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebdcd3 on black: 15.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green86.3%
Blue82.7%
CMYK percentages
Cyan0.0%
Magenta6.4%
Yellow10.2%
Key (black)7.8%
Color previews
#ebdcd3 text on a black background
contrast 15.71:1
Card sample
#ebdcd3 text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebdcd3;
Background color
Panel with #ebdcd3 background
background-color: #ebdcd3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebdcd3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 220, 211, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 220, 211, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebdcd3; background: linear-gradient(135deg, #ebdcd3, #EAEBD3);