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