#eeeacf
a pale, vivid yellow · cool · closest name: beige
RGB
238, 234, 207
HSL
52°, 48%, 87%
CMYK
0, 2, 13, 7
Luminance
0.8153
Every format
| HEX | #eeeacf |
| RGB | rgb(238, 234, 207) |
| HSL | hsl(52, 48%, 87%) |
| CMYK | cmyk(0%, 2%, 13%, 7%) |
| LAB | lab(92.4 -3.1 13.6) |
| LCH | lch(92.4 14.0 103.0) |
| OKLCH | oklch(0.933 0.036 100.1) |
Copy-ready code
/* CSS */
color: #eeeacf;
background-color: #eeeacf;
/* Tailwind (arbitrary) */
class="text-[#eeeacf] bg-[#eeeacf]"
/* SCSS */
$brand: #eeeacf;
/* SwiftUI */
Color(red: 0.933, green: 0.918, blue: 0.812)
/* Android */
Color.parseColor("#eeeacf")Accessibility — WCAG contrast
Aa
#eeeacf on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eeeacf on black: 17.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green91.8%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta1.7%
Yellow13.0%
Key (black)6.7%
Color previews
#eeeacf text on a black background
contrast 17.31:1
Card sample
#eeeacf text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eeeacf;
Background color
Panel with #eeeacf background
background-color: #eeeacf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eeeacf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 234, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 234, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eeeacf; background: linear-gradient(135deg, #eeeacf, #DDEECF);