#ebdabf
a light, vivid orange · warm · closest name: beige
RGB
235, 218, 191
HSL
37°, 52%, 84%
CMYK
0, 7, 19, 8
Luminance
0.7157
Every format
| HEX | #ebdabf |
| RGB | rgb(235, 218, 191) |
| HSL | hsl(37, 52%, 84%) |
| CMYK | cmyk(0%, 7%, 19%, 8%) |
| LAB | lab(87.8 1.6 15.4) |
| LCH | lch(87.8 15.5 84.2) |
| OKLCH | oklch(0.895 0.041 79.5) |
Copy-ready code
/* CSS */
color: #ebdabf;
background-color: #ebdabf;
/* Tailwind (arbitrary) */
class="text-[#ebdabf] bg-[#ebdabf]"
/* SCSS */
$brand: #ebdabf;
/* SwiftUI */
Color(red: 0.922, green: 0.855, blue: 0.749)
/* Android */
Color.parseColor("#ebdabf")Accessibility — WCAG contrast
Aa
#ebdabf on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebdabf on black: 15.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green85.5%
Blue74.9%
CMYK percentages
Cyan0.0%
Magenta7.2%
Yellow18.7%
Key (black)7.8%
Color previews
#ebdabf text on a black background
contrast 15.31:1
Card sample
#ebdabf text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebdabf;
Background color
Panel with #ebdabf background
background-color: #ebdabf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebdabf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 218, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 218, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebdabf; background: linear-gradient(135deg, #ebdabf, #DFEBBF);