#ebdbaa
a light, vivid yellow · cool · closest name: tan
RGB
235, 219, 170
HSL
45°, 62%, 79%
CMYK
0, 7, 28, 8
Luminance
0.7123
Every format
| HEX | #ebdbaa |
| RGB | rgb(235, 219, 170) |
| HSL | hsl(45, 62%, 79%) |
| CMYK | cmyk(0%, 7%, 28%, 8%) |
| LAB | lab(87.6 -1.9 26.1) |
| LCH | lch(87.6 26.2 94.1) |
| OKLCH | oklch(0.892 0.066 92.1) |
Copy-ready code
/* CSS */
color: #ebdbaa;
background-color: #ebdbaa;
/* Tailwind (arbitrary) */
class="text-[#ebdbaa] bg-[#ebdbaa]"
/* SCSS */
$brand: #ebdbaa;
/* SwiftUI */
Color(red: 0.922, green: 0.859, blue: 0.667)
/* Android */
Color.parseColor("#ebdbaa")Accessibility — WCAG contrast
Aa
#ebdbaa on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebdbaa on black: 15.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green85.9%
Blue66.7%
CMYK percentages
Cyan0.0%
Magenta6.8%
Yellow27.7%
Key (black)7.8%
Color previews
#ebdbaa text on a black background
contrast 15.25:1
Card sample
#ebdbaa text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebdbaa;
Background color
Panel with #ebdbaa background
background-color: #ebdbaa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebdbaa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 219, 170, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 219, 170, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebdbaa; background: linear-gradient(135deg, #ebdbaa, #D0EBAA);