#e9e993
a light, vivid yellow · cool · closest name: khaki
RGB
233, 233, 147
HSL
60°, 66%, 75%
CMYK
0, 0, 37, 9
Luminance
0.7771
Every format
| HEX | #e9e993 |
| RGB | rgb(233, 233, 147) |
| HSL | hsl(60, 66%, 75%) |
| CMYK | cmyk(0%, 0%, 37%, 9%) |
| LAB | lab(90.7 -12.5 41.8) |
| LCH | lch(90.7 43.6 106.6) |
| OKLCH | oklch(0.915 0.108 108.4) |
Copy-ready code
/* CSS */
color: #e9e993;
background-color: #e9e993;
/* Tailwind (arbitrary) */
class="text-[#e9e993] bg-[#e9e993]"
/* SCSS */
$brand: #e9e993;
/* SwiftUI */
Color(red: 0.914, green: 0.914, blue: 0.576)
/* Android */
Color.parseColor("#e9e993")Accessibility — WCAG contrast
Aa
#e9e993 on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e9e993 on black: 16.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.4%
Green91.4%
Blue57.6%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow36.9%
Key (black)8.6%
Color previews
#e9e993 text on a black background
contrast 16.54:1
Card sample
#e9e993 text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e9e993;
Background color
Panel with #e9e993 background
background-color: #e9e993;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e9e993;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(233, 233, 147, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(233, 233, 147, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e9e993; background: linear-gradient(135deg, #e9e993, #B0E993);