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