#efffbb
a pale, electric green · cool · closest name: khaki
RGB
239, 255, 187
HSL
74°, 100%, 87%
CMYK
6, 0, 27, 0
Luminance
0.9346
Every format
| HEX | #efffbb |
| RGB | rgb(239, 255, 187) |
| HSL | hsl(74, 100%, 87%) |
| CMYK | cmyk(6%, 0%, 27%, 0%) |
| LAB | lab(97.4 -16.1 30.8) |
| LCH | lch(97.4 34.8 117.6) |
| OKLCH | oklch(0.972 0.089 118.8) |
Copy-ready code
/* CSS */
color: #efffbb;
background-color: #efffbb;
/* Tailwind (arbitrary) */
class="text-[#efffbb] bg-[#efffbb]"
/* SCSS */
$brand: #efffbb;
/* SwiftUI */
Color(red: 0.937, green: 1.000, blue: 0.733)
/* Android */
Color.parseColor("#efffbb")Accessibility — WCAG contrast
Aa
#efffbb on white: 1.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#efffbb on black: 19.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green100.0%
Blue73.3%
CMYK percentages
Cyan6.3%
Magenta0.0%
Yellow26.7%
Key (black)0.0%
Color previews
#efffbb text on a black background
contrast 19.69:1
Card sample
#efffbb text on a white background
contrast 1.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #efffbb;
Background color
Panel with #efffbb background
background-color: #efffbb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #efffbb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 255, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 255, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #efffbb; background: linear-gradient(135deg, #efffbb, #C2FFBB);