#e7ebaa
a light, vivid yellow · cool · closest name: khaki
RGB
231, 235, 170
HSL
64°, 62%, 79%
CMYK
2, 0, 28, 8
Luminance
0.7931
Every format
| HEX | #e7ebaa |
| RGB | rgb(231, 235, 170) |
| HSL | hsl(64, 62%, 79%) |
| CMYK | cmyk(2%, 0%, 28%, 8%) |
| LAB | lab(91.4 -11.5 31.2) |
| LCH | lch(91.4 33.2 110.2) |
| OKLCH | oklch(0.922 0.084 110.9) |
Copy-ready code
/* CSS */
color: #e7ebaa;
background-color: #e7ebaa;
/* Tailwind (arbitrary) */
class="text-[#e7ebaa] bg-[#e7ebaa]"
/* SCSS */
$brand: #e7ebaa;
/* SwiftUI */
Color(red: 0.906, green: 0.922, blue: 0.667)
/* Android */
Color.parseColor("#e7ebaa")Accessibility — WCAG contrast
Aa
#e7ebaa on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e7ebaa on black: 16.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red90.6%
Green92.2%
Blue66.7%
CMYK percentages
Cyan1.7%
Magenta0.0%
Yellow27.7%
Key (black)7.8%
Color previews
#e7ebaa text on a black background
contrast 16.86:1
Card sample
#e7ebaa text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e7ebaa;
Background color
Panel with #e7ebaa background
background-color: #e7ebaa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e7ebaa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(231, 235, 170, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(231, 235, 170, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e7ebaa; background: linear-gradient(135deg, #e7ebaa, #BCEBAA);