#eff5df
a pale, vivid green · cool · closest name: beige
RGB
239, 245, 223
HSL
76°, 52%, 92%
CMYK
2, 0, 9, 4
Luminance
0.8898
Every format
| HEX | #eff5df |
| RGB | rgb(239, 245, 223) |
| HSL | hsl(76, 52%, 92%) |
| CMYK | cmyk(2%, 0%, 9%, 4%) |
| LAB | lab(95.6 -5.8 9.9) |
| LCH | lch(95.6 11.5 120.2) |
| OKLCH | oklch(0.960 0.030 119.4) |
Copy-ready code
/* CSS */
color: #eff5df;
background-color: #eff5df;
/* Tailwind (arbitrary) */
class="text-[#eff5df] bg-[#eff5df]"
/* SCSS */
$brand: #eff5df;
/* SwiftUI */
Color(red: 0.937, green: 0.961, blue: 0.875)
/* Android */
Color.parseColor("#eff5df")Accessibility — WCAG contrast
Aa
#eff5df on white: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eff5df on black: 18.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green96.1%
Blue87.5%
CMYK percentages
Cyan2.4%
Magenta0.0%
Yellow9.0%
Key (black)3.9%
Color previews
#eff5df text on a black background
contrast 18.80:1
Card sample
#eff5df text on a white background
contrast 1.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eff5df;
Background color
Panel with #eff5df background
background-color: #eff5df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eff5df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 245, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 245, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eff5df; background: linear-gradient(135deg, #eff5df, #E0F5DF);