#eee48f
a light, vivid yellow · cool · “khaki”
RGB
238, 228, 143
HSL
54°, 74%, 75%
CMYK
0, 4, 40, 7
Luminance
0.7565
Every format
| HEX | #eee48f |
| RGB | rgb(238, 228, 143) |
| HSL | hsl(54, 74%, 75%) |
| CMYK | cmyk(0%, 4%, 40%, 7%) |
| LAB | lab(89.7 -8.5 42.7) |
| LCH | lch(89.7 43.5 101.2) |
| OKLCH | oklch(0.908 0.107 102.5) |
Copy-ready code
/* CSS */
color: #eee48f;
background-color: #eee48f;
/* Tailwind (arbitrary) */
class="text-[#eee48f] bg-[#eee48f]"
/* SCSS */
$brand: #eee48f;
/* SwiftUI */
Color(red: 0.933, green: 0.894, blue: 0.561)
/* Android */
Color.parseColor("#eee48f")Accessibility — WCAG contrast
Aa
#eee48f on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eee48f on black: 16.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green89.4%
Blue56.1%
CMYK percentages
Cyan0.0%
Magenta4.2%
Yellow39.9%
Key (black)6.7%
Color previews
#eee48f text on a black background
contrast 16.13:1
Card sample
#eee48f text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eee48f;
Background color
Panel with #eee48f background
background-color: #eee48f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eee48f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 228, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 228, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eee48f; background: linear-gradient(135deg, #eee48f, #B9EE8F);