#eeeacb
a pale, vivid yellow · cool · closest name: beige
RGB
238, 234, 203
HSL
53°, 51%, 87%
CMYK
0, 2, 15, 7
Luminance
0.8133
Every format
| HEX | #eeeacb |
| RGB | rgb(238, 234, 203) |
| HSL | hsl(53, 51%, 87%) |
| CMYK | cmyk(0%, 2%, 15%, 7%) |
| LAB | lab(92.3 -3.7 15.6) |
| LCH | lch(92.3 16.0 103.5) |
| OKLCH | oklch(0.932 0.041 101.1) |
Copy-ready code
/* CSS */
color: #eeeacb;
background-color: #eeeacb;
/* Tailwind (arbitrary) */
class="text-[#eeeacb] bg-[#eeeacb]"
/* SCSS */
$brand: #eeeacb;
/* SwiftUI */
Color(red: 0.933, green: 0.918, blue: 0.796)
/* Android */
Color.parseColor("#eeeacb")Accessibility — WCAG contrast
Aa
#eeeacb on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eeeacb on black: 17.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green91.8%
Blue79.6%
CMYK percentages
Cyan0.0%
Magenta1.7%
Yellow14.7%
Key (black)6.7%
Color previews
#eeeacb text on a black background
contrast 17.27:1
Card sample
#eeeacb text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eeeacb;
Background color
Panel with #eeeacb background
background-color: #eeeacb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eeeacb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 234, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 234, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eeeacb; background: linear-gradient(135deg, #eeeacb, #DBEECB);