#eeeab7
a light, vivid yellow · cool · closest name: beige
RGB
238, 234, 183
HSL
56°, 62%, 83%
CMYK
0, 2, 23, 7
Luminance
0.8044
Every format
| HEX | #eeeab7 |
| RGB | rgb(238, 234, 183) |
| HSL | hsl(56, 62%, 83%) |
| CMYK | cmyk(0%, 2%, 23%, 7%) |
| LAB | lab(91.9 -6.6 25.3) |
| LCH | lch(91.9 26.2 104.7) |
| OKLCH | oklch(0.928 0.066 103.9) |
Copy-ready code
/* CSS */
color: #eeeab7;
background-color: #eeeab7;
/* Tailwind (arbitrary) */
class="text-[#eeeab7] bg-[#eeeab7]"
/* SCSS */
$brand: #eeeab7;
/* SwiftUI */
Color(red: 0.933, green: 0.918, blue: 0.718)
/* Android */
Color.parseColor("#eeeab7")Accessibility — WCAG contrast
Aa
#eeeab7 on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eeeab7 on black: 17.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green91.8%
Blue71.8%
CMYK percentages
Cyan0.0%
Magenta1.7%
Yellow23.1%
Key (black)6.7%
Color previews
#eeeab7 text on a black background
contrast 17.09:1
Card sample
#eeeab7 text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eeeab7;
Background color
Panel with #eeeab7 background
background-color: #eeeab7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eeeab7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 234, 183, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 234, 183, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eeeab7; background: linear-gradient(135deg, #eeeab7, #CDEEB7);