#e2d080
a light, vivid yellow · cool · closest name: khaki
RGB
226, 208, 128
HSL
49°, 63%, 69%
CMYK
0, 8, 43, 11
Luminance
0.6284
Every format
| HEX | #e2d080 |
| RGB | rgb(226, 208, 128) |
| HSL | hsl(49, 63%, 69%) |
| CMYK | cmyk(0%, 8%, 43%, 11%) |
| LAB | lab(83.4 -4.6 41.9) |
| LCH | lch(83.4 42.1 96.3) |
| OKLCH | oklch(0.855 0.102 97.0) |
Copy-ready code
/* CSS */
color: #e2d080;
background-color: #e2d080;
/* Tailwind (arbitrary) */
class="text-[#e2d080] bg-[#e2d080]"
/* SCSS */
$brand: #e2d080;
/* SwiftUI */
Color(red: 0.886, green: 0.816, blue: 0.502)
/* Android */
Color.parseColor("#e2d080")Accessibility — WCAG contrast
Aa
#e2d080 on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e2d080 on black: 13.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.6%
Green81.6%
Blue50.2%
CMYK percentages
Cyan0.0%
Magenta8.0%
Yellow43.4%
Key (black)11.4%
Color previews
#e2d080 text on a black background
contrast 13.57:1
Card sample
#e2d080 text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e2d080;
Background color
Panel with #e2d080 background
background-color: #e2d080;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e2d080;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(226, 208, 128, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(226, 208, 128, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e2d080; background: linear-gradient(135deg, #e2d080, #B3E280);