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