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