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