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