#effee8
a pale, electric green · cool · closest name: beige
RGB
239, 254, 232
HSL
101°, 92%, 95%
CMYK
6, 0, 9, 0
Luminance
0.9506
Every format
| HEX | #effee8 |
| RGB | rgb(239, 254, 232) |
| HSL | hsl(101, 92%, 95%) |
| CMYK | cmyk(6%, 0%, 9%, 0%) |
| LAB | lab(98.1 -8.8 8.8) |
| LCH | lch(98.1 12.4 134.8) |
| OKLCH | oklch(0.980 0.033 135.5) |
Copy-ready code
/* CSS */
color: #effee8;
background-color: #effee8;
/* Tailwind (arbitrary) */
class="text-[#effee8] bg-[#effee8]"
/* SCSS */
$brand: #effee8;
/* SwiftUI */
Color(red: 0.937, green: 0.996, blue: 0.910)
/* Android */
Color.parseColor("#effee8")Accessibility — WCAG contrast
Aa
#effee8 on white: 1.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#effee8 on black: 20.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green99.6%
Blue91.0%
CMYK percentages
Cyan5.9%
Magenta0.0%
Yellow8.7%
Key (black)0.4%
Color previews
#effee8 text on a black background
contrast 20.01:1
Card sample
#effee8 text on a white background
contrast 1.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #effee8;
Background color
Panel with #effee8 background
background-color: #effee8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #effee8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 254, 232, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 254, 232, 0.45);
Border & gradient
Gradient panel
border: 3px solid #effee8; background: linear-gradient(135deg, #effee8, #E8FEF0);