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