#effeef
a pale, electric green · cool · closest name: ivory
RGB
239, 254, 239
HSL
120°, 88%, 97%
CMYK
6, 0, 6, 0
Luminance
0.9547
Every format
| HEX | #effeef |
| RGB | rgb(239, 254, 239) |
| HSL | hsl(120, 88%, 97%) |
| CMYK | cmyk(6%, 0%, 6%, 0%) |
| LAB | lab(98.2 -7.6 5.5) |
| LCH | lch(98.2 9.3 144.1) |
| OKLCH | oklch(0.982 0.025 145.4) |
Copy-ready code
/* CSS */
color: #effeef;
background-color: #effeef;
/* Tailwind (arbitrary) */
class="text-[#effeef] bg-[#effeef]"
/* SCSS */
$brand: #effeef;
/* SwiftUI */
Color(red: 0.937, green: 0.996, blue: 0.937)
/* Android */
Color.parseColor("#effeef")Accessibility — WCAG contrast
Aa
#effeef on white: 1.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#effeef on black: 20.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green99.6%
Blue93.7%
CMYK percentages
Cyan5.9%
Magenta0.0%
Yellow5.9%
Key (black)0.4%
Color previews
#effeef text on a black background
contrast 20.09:1
Card sample
#effeef text on a white background
contrast 1.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #effeef;
Background color
Panel with #effeef background
background-color: #effeef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #effeef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 254, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 254, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #effeef; background: linear-gradient(135deg, #effeef, #EFFEF9);