#eef0df
a pale, soft yellow · cool · closest name: beige
RGB
238, 240, 223
HSL
67°, 36%, 91%
CMYK
1, 0, 7, 6
Luminance
0.8583
Every format
| HEX | #eef0df |
| RGB | rgb(238, 240, 223) |
| HSL | hsl(67, 36%, 91%) |
| CMYK | cmyk(1%, 0%, 7%, 6%) |
| LAB | lab(94.2 -3.6 8.0) |
| LCH | lch(94.2 8.8 114.2) |
| OKLCH | oklch(0.949 0.023 112.3) |
Copy-ready code
/* CSS */
color: #eef0df;
background-color: #eef0df;
/* Tailwind (arbitrary) */
class="text-[#eef0df] bg-[#eef0df]"
/* SCSS */
$brand: #eef0df;
/* SwiftUI */
Color(red: 0.933, green: 0.941, blue: 0.875)
/* Android */
Color.parseColor("#eef0df")Accessibility — WCAG contrast
Aa
#eef0df on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eef0df on black: 18.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green94.1%
Blue87.5%
CMYK percentages
Cyan0.8%
Magenta0.0%
Yellow7.1%
Key (black)5.9%
Color previews
#eef0df text on a black background
contrast 18.17:1
Card sample
#eef0df text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eef0df;
Background color
Panel with #eef0df background
background-color: #eef0df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eef0df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 240, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 240, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eef0df; background: linear-gradient(135deg, #eef0df, #E3F0DF);