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