#eee1af
a light, vivid yellow · cool · closest name: beige
RGB
238, 225, 175
HSL
48°, 65%, 81%
CMYK
0, 6, 27, 7
Luminance
0.7512
Every format
| HEX | #eee1af |
| RGB | rgb(238, 225, 175) |
| HSL | hsl(48, 65%, 81%) |
| CMYK | cmyk(0%, 6%, 27%, 7%) |
| LAB | lab(89.5 -3.2 26.1) |
| LCH | lch(89.5 26.3 96.9) |
| OKLCH | oklch(0.908 0.066 95.2) |
Copy-ready code
/* CSS */
color: #eee1af;
background-color: #eee1af;
/* Tailwind (arbitrary) */
class="text-[#eee1af] bg-[#eee1af]"
/* SCSS */
$brand: #eee1af;
/* SwiftUI */
Color(red: 0.933, green: 0.882, blue: 0.686)
/* Android */
Color.parseColor("#eee1af")Accessibility — WCAG contrast
Aa
#eee1af on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eee1af on black: 16.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green88.2%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta5.5%
Yellow26.5%
Key (black)6.7%
Color previews
#eee1af text on a black background
contrast 16.02:1
Card sample
#eee1af text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eee1af;
Background color
Panel with #eee1af background
background-color: #eee1af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eee1af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 225, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 225, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eee1af; background: linear-gradient(135deg, #eee1af, #D1EEAF);