#eeeecc
a pale, vivid yellow · cool · closest name: beige
RGB
238, 238, 204
HSL
60°, 50%, 87%
CMYK
0, 0, 14, 7
Luminance
0.8369
Every format
| HEX | #eeeecc |
| RGB | rgb(238, 238, 204) |
| HSL | hsl(60, 50%, 87%) |
| CMYK | cmyk(0%, 0%, 14%, 7%) |
| LAB | lab(93.3 -5.6 16.5) |
| LCH | lch(93.3 17.4 108.8) |
| OKLCH | oklch(0.940 0.045 107.2) |
Copy-ready code
/* CSS */
color: #eeeecc;
background-color: #eeeecc;
/* Tailwind (arbitrary) */
class="text-[#eeeecc] bg-[#eeeecc]"
/* SCSS */
$brand: #eeeecc;
/* SwiftUI */
Color(red: 0.933, green: 0.933, blue: 0.800)
/* Android */
Color.parseColor("#eeeecc")Accessibility — WCAG contrast
Aa
#eeeecc on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eeeecc on black: 17.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green93.3%
Blue80.0%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow14.3%
Key (black)6.7%
Color previews
#eeeecc text on a black background
contrast 17.74:1
Card sample
#eeeecc text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eeeecc;
Background color
Panel with #eeeecc background
background-color: #eeeecc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eeeecc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 238, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 238, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eeeecc; background: linear-gradient(135deg, #eeeecc, #D7EECC);