#efffe8
a pale, electric green · cool · closest name: beige
RGB
239, 255, 232
HSL
102°, 100%, 96%
CMYK
6, 0, 9, 0
Luminance
0.9570
Every format
| HEX | #efffe8 |
| RGB | rgb(239, 255, 232) |
| HSL | hsl(102, 100%, 96%) |
| CMYK | cmyk(6%, 0%, 9%, 0%) |
| LAB | lab(98.3 -9.3 9.2) |
| LCH | lch(98.3 13.1 135.2) |
| OKLCH | oklch(0.982 0.035 136.0) |
Copy-ready code
/* CSS */
color: #efffe8;
background-color: #efffe8;
/* Tailwind (arbitrary) */
class="text-[#efffe8] bg-[#efffe8]"
/* SCSS */
$brand: #efffe8;
/* SwiftUI */
Color(red: 0.937, green: 1.000, blue: 0.910)
/* Android */
Color.parseColor("#efffe8")Accessibility — WCAG contrast
Aa
#efffe8 on white: 1.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#efffe8 on black: 20.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green100.0%
Blue91.0%
CMYK percentages
Cyan6.3%
Magenta0.0%
Yellow9.0%
Key (black)0.0%
Color previews
#efffe8 text on a black background
contrast 20.14:1
Card sample
#efffe8 text on a white background
contrast 1.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #efffe8;
Background color
Panel with #efffe8 background
background-color: #efffe8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #efffe8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 255, 232, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 255, 232, 0.45);
Border & gradient
Gradient panel
border: 3px solid #efffe8; background: linear-gradient(135deg, #efffe8, #E8FFF0);