#eee7a3
a light, vivid yellow · cool · closest name: khaki
RGB
238, 231, 163
HSL
54°, 69%, 79%
CMYK
0, 3, 32, 7
Luminance
0.7797
Every format
| HEX | #eee7a3 |
| RGB | rgb(238, 231, 163) |
| HSL | hsl(54, 69%, 79%) |
| CMYK | cmyk(0%, 3%, 32%, 7%) |
| LAB | lab(90.8 -7.7 34.0) |
| LCH | lch(90.8 34.9 102.8) |
| OKLCH | oklch(0.918 0.087 103.0) |
Copy-ready code
/* CSS */
color: #eee7a3;
background-color: #eee7a3;
/* Tailwind (arbitrary) */
class="text-[#eee7a3] bg-[#eee7a3]"
/* SCSS */
$brand: #eee7a3;
/* SwiftUI */
Color(red: 0.933, green: 0.906, blue: 0.639)
/* Android */
Color.parseColor("#eee7a3")Accessibility — WCAG contrast
Aa
#eee7a3 on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eee7a3 on black: 16.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green90.6%
Blue63.9%
CMYK percentages
Cyan0.0%
Magenta2.9%
Yellow31.5%
Key (black)6.7%
Color previews
#eee7a3 text on a black background
contrast 16.59:1
Card sample
#eee7a3 text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eee7a3;
Background color
Panel with #eee7a3 background
background-color: #eee7a3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eee7a3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 231, 163, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 231, 163, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eee7a3; background: linear-gradient(135deg, #eee7a3, #C3EEA3);