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