#eef3df
a pale, vivid green · cool · closest name: beige
RGB
238, 243, 223
HSL
75°, 46%, 91%
CMYK
2, 0, 8, 5
Luminance
0.8761
Every format
| HEX | #eef3df |
| RGB | rgb(238, 243, 223) |
| HSL | hsl(75, 46%, 91%) |
| CMYK | cmyk(2%, 0%, 8%, 5%) |
| LAB | lab(95.0 -5.1 9.1) |
| LCH | lch(95.0 10.4 119.4) |
| OKLCH | oklch(0.955 0.027 118.3) |
Copy-ready code
/* CSS */
color: #eef3df;
background-color: #eef3df;
/* Tailwind (arbitrary) */
class="text-[#eef3df] bg-[#eef3df]"
/* SCSS */
$brand: #eef3df;
/* SwiftUI */
Color(red: 0.933, green: 0.953, blue: 0.875)
/* Android */
Color.parseColor("#eef3df")Accessibility — WCAG contrast
Aa
#eef3df on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eef3df on black: 18.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green95.3%
Blue87.5%
CMYK percentages
Cyan2.1%
Magenta0.0%
Yellow8.2%
Key (black)4.7%
Color previews
#eef3df text on a black background
contrast 18.52:1
Card sample
#eef3df text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eef3df;
Background color
Panel with #eef3df background
background-color: #eef3df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eef3df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 243, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 243, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eef3df; background: linear-gradient(135deg, #eef3df, #E1F3DF);