#efffe2
a pale, electric green · cool · closest name: beige
RGB
239, 255, 226
HSL
93°, 100%, 94%
CMYK
6, 0, 11, 0
Luminance
0.9536
Every format
| HEX | #efffe2 |
| RGB | rgb(239, 255, 226) |
| HSL | hsl(93, 100%, 94%) |
| CMYK | cmyk(6%, 0%, 11%, 0%) |
| LAB | lab(98.2 -10.3 12.1) |
| LCH | lch(98.2 15.9 130.4) |
| OKLCH | oklch(0.981 0.042 130.9) |
Copy-ready code
/* CSS */
color: #efffe2;
background-color: #efffe2;
/* Tailwind (arbitrary) */
class="text-[#efffe2] bg-[#efffe2]"
/* SCSS */
$brand: #efffe2;
/* SwiftUI */
Color(red: 0.937, green: 1.000, blue: 0.886)
/* Android */
Color.parseColor("#efffe2")Accessibility — WCAG contrast
Aa
#efffe2 on white: 1.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#efffe2 on black: 20.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green100.0%
Blue88.6%
CMYK percentages
Cyan6.3%
Magenta0.0%
Yellow11.4%
Key (black)0.0%
Color previews
#efffe2 text on a black background
contrast 20.07:1
Card sample
#efffe2 text on a white background
contrast 1.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #efffe2;
Background color
Panel with #efffe2 background
background-color: #efffe2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #efffe2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 255, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 255, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #efffe2; background: linear-gradient(135deg, #efffe2, #E2FFE8);