#effabc
a pale, electric green · cool · closest name: khaki
RGB
239, 250, 188
HSL
71°, 86%, 86%
CMYK
4, 0, 25, 2
Luminance
0.9035
Every format
| HEX | #effabc |
| RGB | rgb(239, 250, 188) |
| HSL | hsl(71, 86%, 86%) |
| CMYK | cmyk(4%, 0%, 25%, 2%) |
| LAB | lab(96.1 -13.6 28.6) |
| LCH | lch(96.1 31.7 115.3) |
| OKLCH | oklch(0.962 0.081 116.1) |
Copy-ready code
/* CSS */
color: #effabc;
background-color: #effabc;
/* Tailwind (arbitrary) */
class="text-[#effabc] bg-[#effabc]"
/* SCSS */
$brand: #effabc;
/* SwiftUI */
Color(red: 0.937, green: 0.980, blue: 0.737)
/* Android */
Color.parseColor("#effabc")Accessibility — WCAG contrast
Aa
#effabc on white: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#effabc on black: 19.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green98.0%
Blue73.7%
CMYK percentages
Cyan4.4%
Magenta0.0%
Yellow24.8%
Key (black)2.0%
Color previews
#effabc text on a black background
contrast 19.07:1
Card sample
#effabc text on a white background
contrast 1.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #effabc;
Background color
Panel with #effabc background
background-color: #effabc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #effabc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 250, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 250, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #effabc; background: linear-gradient(135deg, #effabc, #C6FABC);