#e7e77e
a light, vivid yellow · cool · closest name: khaki
RGB
231, 231, 126
HSL
60°, 69%, 70%
CMYK
0, 0, 46, 9
Luminance
0.7565
Every format
| HEX | #e7e77e |
| RGB | rgb(231, 231, 126) |
| HSL | hsl(60, 69%, 70%) |
| CMYK | cmyk(0%, 0%, 46%, 9%) |
| LAB | lab(89.7 -14.4 50.8) |
| LCH | lch(89.7 52.8 105.8) |
| OKLCH | oklch(0.906 0.128 108.7) |
Copy-ready code
/* CSS */
color: #e7e77e;
background-color: #e7e77e;
/* Tailwind (arbitrary) */
class="text-[#e7e77e] bg-[#e7e77e]"
/* SCSS */
$brand: #e7e77e;
/* SwiftUI */
Color(red: 0.906, green: 0.906, blue: 0.494)
/* Android */
Color.parseColor("#e7e77e")Accessibility — WCAG contrast
Aa
#e7e77e on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e7e77e on black: 16.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red90.6%
Green90.6%
Blue49.4%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow45.5%
Key (black)9.4%
Color previews
#e7e77e text on a black background
contrast 16.13:1
Card sample
#e7e77e text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e7e77e;
Background color
Panel with #e7e77e background
background-color: #e7e77e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e7e77e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(231, 231, 126, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(231, 231, 126, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e7e77e; background: linear-gradient(135deg, #e7e77e, #A1E77E);