#ebdcbf
a light, vivid orange · warm · closest name: beige
RGB
235, 220, 191
HSL
40°, 52%, 84%
CMYK
0, 6, 19, 8
Luminance
0.7261
Every format
| HEX | #ebdcbf |
| RGB | rgb(235, 220, 191) |
| HSL | hsl(40, 52%, 84%) |
| CMYK | cmyk(0%, 6%, 19%, 8%) |
| LAB | lab(88.3 0.5 16.1) |
| LCH | lch(88.3 16.1 88.1) |
| OKLCH | oklch(0.899 0.042 83.9) |
Copy-ready code
/* CSS */
color: #ebdcbf;
background-color: #ebdcbf;
/* Tailwind (arbitrary) */
class="text-[#ebdcbf] bg-[#ebdcbf]"
/* SCSS */
$brand: #ebdcbf;
/* SwiftUI */
Color(red: 0.922, green: 0.863, blue: 0.749)
/* Android */
Color.parseColor("#ebdcbf")Accessibility — WCAG contrast
Aa
#ebdcbf on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebdcbf on black: 15.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green86.3%
Blue74.9%
CMYK percentages
Cyan0.0%
Magenta6.4%
Yellow18.7%
Key (black)7.8%
Color previews
#ebdcbf text on a black background
contrast 15.52:1
Card sample
#ebdcbf text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebdcbf;
Background color
Panel with #ebdcbf background
background-color: #ebdcbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebdcbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 220, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 220, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebdcbf; background: linear-gradient(135deg, #ebdcbf, #DDEBBF);