#efffce
a pale, electric green · cool · closest name: beige
RGB
239, 255, 206
HSL
80°, 100%, 90%
CMYK
6, 0, 19, 0
Luminance
0.9433
Every format
| HEX | #efffce |
| RGB | rgb(239, 255, 206) |
| HSL | hsl(80, 100%, 90%) |
| CMYK | cmyk(6%, 0%, 19%, 0%) |
| LAB | lab(97.8 -13.4 21.7) |
| LCH | lch(97.8 25.5 121.7) |
| OKLCH | oklch(0.976 0.066 122.3) |
Copy-ready code
/* CSS */
color: #efffce;
background-color: #efffce;
/* Tailwind (arbitrary) */
class="text-[#efffce] bg-[#efffce]"
/* SCSS */
$brand: #efffce;
/* SwiftUI */
Color(red: 0.937, green: 1.000, blue: 0.808)
/* Android */
Color.parseColor("#efffce")Accessibility — WCAG contrast
Aa
#efffce on white: 1.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#efffce on black: 19.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green100.0%
Blue80.8%
CMYK percentages
Cyan6.3%
Magenta0.0%
Yellow19.2%
Key (black)0.0%
Color previews
#efffce text on a black background
contrast 19.87:1
Card sample
#efffce text on a white background
contrast 1.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #efffce;
Background color
Panel with #efffce background
background-color: #efffce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #efffce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 255, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 255, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #efffce; background: linear-gradient(135deg, #efffce, #CEFFCE);