#e6dba4
a light, vivid yellow · cool · closest name: tan
RGB
230, 219, 164
HSL
50°, 57%, 77%
CMYK
0, 5, 29, 10
Luminance
0.7017
Every format
| HEX | #e6dba4 |
| RGB | rgb(230, 219, 164) |
| HSL | hsl(50, 57%, 77%) |
| CMYK | cmyk(0%, 5%, 29%, 10%) |
| LAB | lab(87.1 -4.5 28.5) |
| LCH | lch(87.1 28.8 99.1) |
| OKLCH | oklch(0.887 0.072 98.1) |
Copy-ready code
/* CSS */
color: #e6dba4;
background-color: #e6dba4;
/* Tailwind (arbitrary) */
class="text-[#e6dba4] bg-[#e6dba4]"
/* SCSS */
$brand: #e6dba4;
/* SwiftUI */
Color(red: 0.902, green: 0.859, blue: 0.643)
/* Android */
Color.parseColor("#e6dba4")Accessibility — WCAG contrast
Aa
#e6dba4 on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e6dba4 on black: 15.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red90.2%
Green85.9%
Blue64.3%
CMYK percentages
Cyan0.0%
Magenta4.8%
Yellow28.7%
Key (black)9.8%
Color previews
#e6dba4 text on a black background
contrast 15.03:1
Card sample
#e6dba4 text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e6dba4;
Background color
Panel with #e6dba4 background
background-color: #e6dba4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e6dba4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(230, 219, 164, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(230, 219, 164, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e6dba4; background: linear-gradient(135deg, #e6dba4, #C5E6A4);