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