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