#eef0c1
a light, vivid yellow · cool · closest name: beige
RGB
238, 240, 193
HSL
63°, 61%, 85%
CMYK
1, 0, 20, 6
Luminance
0.8435
Every format
| HEX | #eef0c1 |
| RGB | rgb(238, 240, 193) |
| HSL | hsl(63, 61%, 85%) |
| CMYK | cmyk(1%, 0%, 20%, 6%) |
| LAB | lab(93.6 -8.3 22.6) |
| LCH | lch(93.6 24.0 110.1) |
| OKLCH | oklch(0.942 0.061 109.5) |
Copy-ready code
/* CSS */
color: #eef0c1;
background-color: #eef0c1;
/* Tailwind (arbitrary) */
class="text-[#eef0c1] bg-[#eef0c1]"
/* SCSS */
$brand: #eef0c1;
/* SwiftUI */
Color(red: 0.933, green: 0.941, blue: 0.757)
/* Android */
Color.parseColor("#eef0c1")Accessibility — WCAG contrast
Aa
#eef0c1 on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eef0c1 on black: 17.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green94.1%
Blue75.7%
CMYK percentages
Cyan0.8%
Magenta0.0%
Yellow19.6%
Key (black)5.9%
Color previews
#eef0c1 text on a black background
contrast 17.87:1
Card sample
#eef0c1 text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eef0c1;
Background color
Panel with #eef0c1 background
background-color: #eef0c1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eef0c1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 240, 193, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 240, 193, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eef0c1; background: linear-gradient(135deg, #eef0c1, #CFF0C1);