#eef4cd
a pale, vivid yellow · cool · closest name: beige
RGB
238, 244, 205
HSL
69°, 64%, 88%
CMYK
3, 0, 16, 4
Luminance
0.8729
Every format
| HEX | #eef4cd |
| RGB | rgb(238, 244, 205) |
| HSL | hsl(69, 64%, 88%) |
| CMYK | cmyk(3%, 0%, 16%, 4%) |
| LAB | lab(94.9 -8.5 18.1) |
| LCH | lch(94.9 20.0 115.0) |
| OKLCH | oklch(0.953 0.051 114.5) |
Copy-ready code
/* CSS */
color: #eef4cd;
background-color: #eef4cd;
/* Tailwind (arbitrary) */
class="text-[#eef4cd] bg-[#eef4cd]"
/* SCSS */
$brand: #eef4cd;
/* SwiftUI */
Color(red: 0.933, green: 0.957, blue: 0.804)
/* Android */
Color.parseColor("#eef4cd")Accessibility — WCAG contrast
Aa
#eef4cd on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eef4cd on black: 18.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green95.7%
Blue80.4%
CMYK percentages
Cyan2.5%
Magenta0.0%
Yellow16.0%
Key (black)4.3%
Color previews
#eef4cd text on a black background
contrast 18.46:1
Card sample
#eef4cd text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eef4cd;
Background color
Panel with #eef4cd background
background-color: #eef4cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eef4cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 244, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 244, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eef4cd; background: linear-gradient(135deg, #eef4cd, #D4F4CD);