#eee790
a light, vivid yellow · cool · “khaki”
RGB
238, 231, 144
HSL
56°, 73%, 75%
CMYK
0, 3, 40, 7
Luminance
0.7734
Every format
| HEX | #eee790 |
| RGB | rgb(238, 231, 144) |
| HSL | hsl(56, 73%, 75%) |
| CMYK | cmyk(0%, 3%, 40%, 7%) |
| LAB | lab(90.5 -9.9 43.2) |
| LCH | lch(90.5 44.3 102.9) |
| OKLCH | oklch(0.914 0.109 104.3) |
Copy-ready code
/* CSS */
color: #eee790;
background-color: #eee790;
/* Tailwind (arbitrary) */
class="text-[#eee790] bg-[#eee790]"
/* SCSS */
$brand: #eee790;
/* SwiftUI */
Color(red: 0.933, green: 0.906, blue: 0.565)
/* Android */
Color.parseColor("#eee790")Accessibility — WCAG contrast
Aa
#eee790 on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eee790 on black: 16.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green90.6%
Blue56.5%
CMYK percentages
Cyan0.0%
Magenta2.9%
Yellow39.5%
Key (black)6.7%
Color previews
#eee790 text on a black background
contrast 16.47:1
Card sample
#eee790 text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eee790;
Background color
Panel with #eee790 background
background-color: #eee790;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eee790;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 231, 144, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 231, 144, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eee790; background: linear-gradient(135deg, #eee790, #B6EE90);