#ebdab0
a light, vivid yellow · warm · closest name: tan
RGB
235, 218, 176
HSL
43°, 60%, 81%
CMYK
0, 7, 25, 8
Luminance
0.7094
Every format
| HEX | #ebdab0 |
| RGB | rgb(235, 218, 176) |
| HSL | hsl(43, 60%, 81%) |
| CMYK | cmyk(0%, 7%, 25%, 8%) |
| LAB | lab(87.5 -0.6 22.8) |
| LCH | lch(87.5 22.8 91.4) |
| OKLCH | oklch(0.892 0.058 88.6) |
Copy-ready code
/* CSS */
color: #ebdab0;
background-color: #ebdab0;
/* Tailwind (arbitrary) */
class="text-[#ebdab0] bg-[#ebdab0]"
/* SCSS */
$brand: #ebdab0;
/* SwiftUI */
Color(red: 0.922, green: 0.855, blue: 0.690)
/* Android */
Color.parseColor("#ebdab0")Accessibility — WCAG contrast
Aa
#ebdab0 on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebdab0 on black: 15.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green85.5%
Blue69.0%
CMYK percentages
Cyan0.0%
Magenta7.2%
Yellow25.1%
Key (black)7.8%
Color previews
#ebdab0 text on a black background
contrast 15.19:1
Card sample
#ebdab0 text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebdab0;
Background color
Panel with #ebdab0 background
background-color: #ebdab0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebdab0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 218, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 218, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebdab0; background: linear-gradient(135deg, #ebdab0, #D5EBB0);