#eee9bf
a light, vivid yellow · cool · closest name: beige
RGB
238, 233, 191
HSL
54°, 58%, 84%
CMYK
0, 2, 20, 7
Luminance
0.8022
Every format
| HEX | #eee9bf |
| RGB | rgb(238, 233, 191) |
| HSL | hsl(54, 58%, 84%) |
| CMYK | cmyk(0%, 2%, 20%, 7%) |
| LAB | lab(91.8 -5.0 21.1) |
| LCH | lch(91.8 21.7 103.4) |
| OKLCH | oklch(0.927 0.055 101.8) |
Copy-ready code
/* CSS */
color: #eee9bf;
background-color: #eee9bf;
/* Tailwind (arbitrary) */
class="text-[#eee9bf] bg-[#eee9bf]"
/* SCSS */
$brand: #eee9bf;
/* SwiftUI */
Color(red: 0.933, green: 0.914, blue: 0.749)
/* Android */
Color.parseColor("#eee9bf")Accessibility — WCAG contrast
Aa
#eee9bf on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eee9bf on black: 17.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green91.4%
Blue74.9%
CMYK percentages
Cyan0.0%
Magenta2.1%
Yellow19.7%
Key (black)6.7%
Color previews
#eee9bf text on a black background
contrast 17.04:1
Card sample
#eee9bf text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eee9bf;
Background color
Panel with #eee9bf background
background-color: #eee9bf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eee9bf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 233, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 233, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eee9bf; background: linear-gradient(135deg, #eee9bf, #D4EEBF);