#ebdcaa
a light, vivid yellow · cool · closest name: tan
RGB
235, 220, 170
HSL
46°, 62%, 79%
CMYK
0, 6, 28, 8
Luminance
0.7175
Every format
| HEX | #ebdcaa |
| RGB | rgb(235, 220, 170) |
| HSL | hsl(46, 62%, 79%) |
| CMYK | cmyk(0%, 6%, 28%, 8%) |
| LAB | lab(87.8 -2.4 26.5) |
| LCH | lch(87.8 26.6 95.2) |
| OKLCH | oklch(0.894 0.067 93.4) |
Copy-ready code
/* CSS */
color: #ebdcaa;
background-color: #ebdcaa;
/* Tailwind (arbitrary) */
class="text-[#ebdcaa] bg-[#ebdcaa]"
/* SCSS */
$brand: #ebdcaa;
/* SwiftUI */
Color(red: 0.922, green: 0.863, blue: 0.667)
/* Android */
Color.parseColor("#ebdcaa")Accessibility — WCAG contrast
Aa
#ebdcaa on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebdcaa on black: 15.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green86.3%
Blue66.7%
CMYK percentages
Cyan0.0%
Magenta6.4%
Yellow27.7%
Key (black)7.8%
Color previews
#ebdcaa text on a black background
contrast 15.35:1
Card sample
#ebdcaa text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebdcaa;
Background color
Panel with #ebdcaa background
background-color: #ebdcaa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebdcaa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 220, 170, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 220, 170, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebdcaa; background: linear-gradient(135deg, #ebdcaa, #CFEBAA);