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