#eff4df
a pale, vivid green · cool · closest name: beige
RGB
239, 244, 223
HSL
74°, 49%, 92%
CMYK
2, 0, 9, 4
Luminance
0.8838
Every format
| HEX | #eff4df |
| RGB | rgb(239, 244, 223) |
| HSL | hsl(74, 49%, 92%) |
| CMYK | cmyk(2%, 0%, 9%, 4%) |
| LAB | lab(95.3 -5.3 9.6) |
| LCH | lch(95.3 10.9 118.9) |
| OKLCH | oklch(0.958 0.028 117.8) |
Copy-ready code
/* CSS */
color: #eff4df;
background-color: #eff4df;
/* Tailwind (arbitrary) */
class="text-[#eff4df] bg-[#eff4df]"
/* SCSS */
$brand: #eff4df;
/* SwiftUI */
Color(red: 0.937, green: 0.957, blue: 0.875)
/* Android */
Color.parseColor("#eff4df")Accessibility — WCAG contrast
Aa
#eff4df on white: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eff4df on black: 18.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green95.7%
Blue87.5%
CMYK percentages
Cyan2.0%
Magenta0.0%
Yellow8.6%
Key (black)4.3%
Color previews
#eff4df text on a black background
contrast 18.68:1
Card sample
#eff4df text on a white background
contrast 1.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eff4df;
Background color
Panel with #eff4df background
background-color: #eff4df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eff4df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 244, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 244, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eff4df; background: linear-gradient(135deg, #eff4df, #E1F4DF);