#eeefc8
a pale, vivid yellow · cool · closest name: beige
RGB
238, 239, 200
HSL
62°, 55%, 86%
CMYK
0, 0, 16, 6
Luminance
0.8408
Every format
| HEX | #eeefc8 |
| RGB | rgb(238, 239, 200) |
| HSL | hsl(62, 55%, 86%) |
| CMYK | cmyk(0%, 0%, 16%, 6%) |
| LAB | lab(93.5 -6.7 18.8) |
| LCH | lch(93.5 20.0 109.7) |
| OKLCH | oklch(0.941 0.051 108.5) |
Copy-ready code
/* CSS */
color: #eeefc8;
background-color: #eeefc8;
/* Tailwind (arbitrary) */
class="text-[#eeefc8] bg-[#eeefc8]"
/* SCSS */
$brand: #eeefc8;
/* SwiftUI */
Color(red: 0.933, green: 0.937, blue: 0.784)
/* Android */
Color.parseColor("#eeefc8")Accessibility — WCAG contrast
Aa
#eeefc8 on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eeefc8 on black: 17.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green93.7%
Blue78.4%
CMYK percentages
Cyan0.4%
Magenta0.0%
Yellow16.3%
Key (black)6.3%
Color previews
#eeefc8 text on a black background
contrast 17.82:1
Card sample
#eeefc8 text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eeefc8;
Background color
Panel with #eeefc8 background
background-color: #eeefc8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eeefc8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 239, 200, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 239, 200, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eeefc8; background: linear-gradient(135deg, #eeefc8, #D4EFC8);