#e2d092
a light, vivid yellow · cool · closest name: tan
RGB
226, 208, 146
HSL
47°, 58%, 73%
CMYK
0, 8, 35, 11
Luminance
0.6336
Every format
| HEX | #e2d092 |
| RGB | rgb(226, 208, 146) |
| HSL | hsl(47, 58%, 73%) |
| CMYK | cmyk(0%, 8%, 35%, 11%) |
| LAB | lab(83.6 -2.7 33.1) |
| LCH | lch(83.6 33.2 94.6) |
| OKLCH | oklch(0.858 0.082 93.8) |
Copy-ready code
/* CSS */
color: #e2d092;
background-color: #e2d092;
/* Tailwind (arbitrary) */
class="text-[#e2d092] bg-[#e2d092]"
/* SCSS */
$brand: #e2d092;
/* SwiftUI */
Color(red: 0.886, green: 0.816, blue: 0.573)
/* Android */
Color.parseColor("#e2d092")Accessibility — WCAG contrast
Aa
#e2d092 on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e2d092 on black: 13.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.6%
Green81.6%
Blue57.3%
CMYK percentages
Cyan0.0%
Magenta8.0%
Yellow35.4%
Key (black)11.4%
Color previews
#e2d092 text on a black background
contrast 13.67:1
Card sample
#e2d092 text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e2d092;
Background color
Panel with #e2d092 background
background-color: #e2d092;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e2d092;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(226, 208, 146, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(226, 208, 146, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e2d092; background: linear-gradient(135deg, #e2d092, #BFE292);