#eff9df
a pale, vivid green · cool · closest name: beige
RGB
239, 249, 223
HSL
83°, 68%, 93%
CMYK
4, 0, 10, 2
Luminance
0.9143
Every format
| HEX | #eff9df |
| RGB | rgb(239, 249, 223) |
| HSL | hsl(83, 68%, 93%) |
| CMYK | cmyk(4%, 0%, 10%, 2%) |
| LAB | lab(96.6 -7.8 11.3) |
| LCH | lch(96.6 13.8 124.4) |
| OKLCH | oklch(0.968 0.036 124.2) |
Copy-ready code
/* CSS */
color: #eff9df;
background-color: #eff9df;
/* Tailwind (arbitrary) */
class="text-[#eff9df] bg-[#eff9df]"
/* SCSS */
$brand: #eff9df;
/* SwiftUI */
Color(red: 0.937, green: 0.976, blue: 0.875)
/* Android */
Color.parseColor("#eff9df")Accessibility — WCAG contrast
Aa
#eff9df on white: 1.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eff9df on black: 19.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green97.6%
Blue87.5%
CMYK percentages
Cyan4.0%
Magenta0.0%
Yellow10.4%
Key (black)2.4%
Color previews
#eff9df text on a black background
contrast 19.29:1
Card sample
#eff9df text on a white background
contrast 1.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eff9df;
Background color
Panel with #eff9df background
background-color: #eff9df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eff9df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 249, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 249, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eff9df; background: linear-gradient(135deg, #eff9df, #DFF9E0);