#e2dba2
a light, vivid yellow · cool · closest name: khaki
RGB
226, 219, 162
HSL
53°, 53%, 76%
CMYK
0, 3, 28, 11
Luminance
0.6944
Every format
| HEX | #e2dba2 |
| RGB | rgb(226, 219, 162) |
| HSL | hsl(53, 53%, 76%) |
| CMYK | cmyk(0%, 3%, 28%, 11%) |
| LAB | lab(86.7 -6.3 29.0) |
| LCH | lch(86.7 29.6 102.3) |
| OKLCH | oklch(0.883 0.074 101.9) |
Copy-ready code
/* CSS */
color: #e2dba2;
background-color: #e2dba2;
/* Tailwind (arbitrary) */
class="text-[#e2dba2] bg-[#e2dba2]"
/* SCSS */
$brand: #e2dba2;
/* SwiftUI */
Color(red: 0.886, green: 0.859, blue: 0.635)
/* Android */
Color.parseColor("#e2dba2")Accessibility — WCAG contrast
Aa
#e2dba2 on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e2dba2 on black: 14.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.6%
Green85.9%
Blue63.5%
CMYK percentages
Cyan0.0%
Magenta3.1%
Yellow28.3%
Key (black)11.4%
Color previews
#e2dba2 text on a black background
contrast 14.89:1
Card sample
#e2dba2 text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e2dba2;
Background color
Panel with #e2dba2 background
background-color: #e2dba2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e2dba2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(226, 219, 162, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(226, 219, 162, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e2dba2; background: linear-gradient(135deg, #e2dba2, #BEE2A2);