#effce2
a pale, electric green · cool · closest name: beige
RGB
239, 252, 226
HSL
90°, 81%, 94%
CMYK
5, 0, 10, 1
Luminance
0.9346
Every format
| HEX | #effce2 |
| RGB | rgb(239, 252, 226) |
| HSL | hsl(90, 81%, 94%) |
| CMYK | cmyk(5%, 0%, 10%, 1%) |
| LAB | lab(97.4 -8.8 11.0) |
| LCH | lch(97.4 14.1 128.6) |
| OKLCH | oklch(0.975 0.037 128.9) |
Copy-ready code
/* CSS */
color: #effce2;
background-color: #effce2;
/* Tailwind (arbitrary) */
class="text-[#effce2] bg-[#effce2]"
/* SCSS */
$brand: #effce2;
/* SwiftUI */
Color(red: 0.937, green: 0.988, blue: 0.886)
/* Android */
Color.parseColor("#effce2")Accessibility — WCAG contrast
Aa
#effce2 on white: 1.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#effce2 on black: 19.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green98.8%
Blue88.6%
CMYK percentages
Cyan5.2%
Magenta0.0%
Yellow10.3%
Key (black)1.2%
Color previews
#effce2 text on a black background
contrast 19.69:1
Card sample
#effce2 text on a white background
contrast 1.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #effce2;
Background color
Panel with #effce2 background
background-color: #effce2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #effce2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 252, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 252, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #effce2; background: linear-gradient(135deg, #effce2, #E2FCE6);