#eeeee8
a pale, soft yellow · cool · closest name: white
RGB
238, 238, 232
HSL
60°, 15%, 92%
CMYK
0, 0, 3, 7
Luminance
0.8515
Every format
| HEX | #eeeee8 |
| RGB | rgb(238, 238, 232) |
| HSL | hsl(60, 15%, 92%) |
| CMYK | cmyk(0%, 0%, 3%, 7%) |
| LAB | lab(94.0 -1.1 2.9) |
| LCH | lch(94.0 3.1 109.9) |
| OKLCH | oklch(0.948 0.008 106.6) |
Copy-ready code
/* CSS */
color: #eeeee8;
background-color: #eeeee8;
/* Tailwind (arbitrary) */
class="text-[#eeeee8] bg-[#eeeee8]"
/* SCSS */
$brand: #eeeee8;
/* SwiftUI */
Color(red: 0.933, green: 0.933, blue: 0.910)
/* Android */
Color.parseColor("#eeeee8")Accessibility — WCAG contrast
Aa
#eeeee8 on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eeeee8 on black: 18.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green93.3%
Blue91.0%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow2.5%
Key (black)6.7%
Color previews
#eeeee8 text on a black background
contrast 18.03:1
Card sample
#eeeee8 text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eeeee8;
Background color
Panel with #eeeee8 background
background-color: #eeeee8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eeeee8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 238, 232, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 238, 232, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eeeee8; background: linear-gradient(135deg, #eeeee8, #EAEEE8);