#eef2ce
a pale, vivid yellow · cool · closest name: beige
RGB
238, 242, 206
HSL
67°, 58%, 88%
CMYK
2, 0, 15, 5
Luminance
0.8614
Every format
| HEX | #eef2ce |
| RGB | rgb(238, 242, 206) |
| HSL | hsl(67, 58%, 88%) |
| CMYK | cmyk(2%, 0%, 15%, 5%) |
| LAB | lab(94.4 -7.3 16.9) |
| LCH | lch(94.4 18.5 113.4) |
| OKLCH | oklch(0.949 0.047 112.5) |
Copy-ready code
/* CSS */
color: #eef2ce;
background-color: #eef2ce;
/* Tailwind (arbitrary) */
class="text-[#eef2ce] bg-[#eef2ce]"
/* SCSS */
$brand: #eef2ce;
/* SwiftUI */
Color(red: 0.933, green: 0.949, blue: 0.808)
/* Android */
Color.parseColor("#eef2ce")Accessibility — WCAG contrast
Aa
#eef2ce on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eef2ce on black: 18.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green94.9%
Blue80.8%
CMYK percentages
Cyan1.7%
Magenta0.0%
Yellow14.9%
Key (black)5.1%
Color previews
#eef2ce text on a black background
contrast 18.23:1
Card sample
#eef2ce text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eef2ce;
Background color
Panel with #eef2ce background
background-color: #eef2ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eef2ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 242, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 242, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eef2ce; background: linear-gradient(135deg, #eef2ce, #D6F2CE);