#eff7df
a pale, vivid green · cool · closest name: beige
RGB
239, 247, 223
HSL
80°, 60%, 92%
CMYK
3, 0, 10, 3
Luminance
0.9020
Every format
| HEX | #eff7df |
| RGB | rgb(239, 247, 223) |
| HSL | hsl(80, 60%, 92%) |
| CMYK | cmyk(3%, 0%, 10%, 3%) |
| LAB | lab(96.1 -6.8 10.6) |
| LCH | lch(96.1 12.6 122.5) |
| OKLCH | oklch(0.964 0.033 122.0) |
Copy-ready code
/* CSS */
color: #eff7df;
background-color: #eff7df;
/* Tailwind (arbitrary) */
class="text-[#eff7df] bg-[#eff7df]"
/* SCSS */
$brand: #eff7df;
/* SwiftUI */
Color(red: 0.937, green: 0.969, blue: 0.875)
/* Android */
Color.parseColor("#eff7df")Accessibility — WCAG contrast
Aa
#eff7df on white: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eff7df on black: 19.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green96.9%
Blue87.5%
CMYK percentages
Cyan3.2%
Magenta0.0%
Yellow9.7%
Key (black)3.1%
Color previews
#eff7df text on a black background
contrast 19.04:1
Card sample
#eff7df text on a white background
contrast 1.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eff7df;
Background color
Panel with #eff7df background
background-color: #eff7df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eff7df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 247, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 247, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eff7df; background: linear-gradient(135deg, #eff7df, #DFF7DF);