#eee796
a light, vivid yellow · cool · closest name: khaki
RGB
238, 231, 150
HSL
55°, 72%, 76%
CMYK
0, 3, 37, 7
Luminance
0.7753
Every format
| HEX | #eee796 |
| RGB | rgb(238, 231, 150) |
| HSL | hsl(55, 72%, 76%) |
| CMYK | cmyk(0%, 3%, 37%, 7%) |
| LAB | lab(90.6 -9.2 40.3) |
| LCH | lch(90.6 41.3 102.9) |
| OKLCH | oklch(0.915 0.102 104.0) |
Copy-ready code
/* CSS */
color: #eee796;
background-color: #eee796;
/* Tailwind (arbitrary) */
class="text-[#eee796] bg-[#eee796]"
/* SCSS */
$brand: #eee796;
/* SwiftUI */
Color(red: 0.933, green: 0.906, blue: 0.588)
/* Android */
Color.parseColor("#eee796")Accessibility — WCAG contrast
Aa
#eee796 on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eee796 on black: 16.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green90.6%
Blue58.8%
CMYK percentages
Cyan0.0%
Magenta2.9%
Yellow37.0%
Key (black)6.7%
Color previews
#eee796 text on a black background
contrast 16.51:1
Card sample
#eee796 text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eee796;
Background color
Panel with #eee796 background
background-color: #eee796;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eee796;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 231, 150, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 231, 150, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eee796; background: linear-gradient(135deg, #eee796, #BAEE96);