#eee38f
a light, vivid yellow · cool · closest name: khaki
RGB
238, 227, 143
HSL
53°, 74%, 75%
CMYK
0, 5, 40, 7
Luminance
0.7510
Every format
| HEX | #eee38f |
| RGB | rgb(238, 227, 143) |
| HSL | hsl(53, 74%, 75%) |
| CMYK | cmyk(0%, 5%, 40%, 7%) |
| LAB | lab(89.4 -8.0 42.3) |
| LCH | lch(89.4 43.1 100.7) |
| OKLCH | oklch(0.906 0.105 101.8) |
Copy-ready code
/* CSS */
color: #eee38f;
background-color: #eee38f;
/* Tailwind (arbitrary) */
class="text-[#eee38f] bg-[#eee38f]"
/* SCSS */
$brand: #eee38f;
/* SwiftUI */
Color(red: 0.933, green: 0.890, blue: 0.561)
/* Android */
Color.parseColor("#eee38f")Accessibility — WCAG contrast
Aa
#eee38f on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eee38f on black: 16.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green89.0%
Blue56.1%
CMYK percentages
Cyan0.0%
Magenta4.6%
Yellow39.9%
Key (black)6.7%
Color previews
#eee38f text on a black background
contrast 16.02:1
Card sample
#eee38f text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eee38f;
Background color
Panel with #eee38f background
background-color: #eee38f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eee38f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 227, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 227, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eee38f; background: linear-gradient(135deg, #eee38f, #BAEE8F);