#effabf
a pale, electric green · cool · closest name: beige
RGB
239, 250, 191
HSL
71°, 86%, 87%
CMYK
4, 0, 24, 2
Luminance
0.9048
Every format
| HEX | #effabf |
| RGB | rgb(239, 250, 191) |
| HSL | hsl(71, 86%, 87%) |
| CMYK | cmyk(4%, 0%, 24%, 2%) |
| LAB | lab(96.2 -13.1 27.2) |
| LCH | lch(96.2 30.2 115.8) |
| OKLCH | oklch(0.963 0.077 116.4) |
Copy-ready code
/* CSS */
color: #effabf;
background-color: #effabf;
/* Tailwind (arbitrary) */
class="text-[#effabf] bg-[#effabf]"
/* SCSS */
$brand: #effabf;
/* SwiftUI */
Color(red: 0.937, green: 0.980, blue: 0.749)
/* Android */
Color.parseColor("#effabf")Accessibility — WCAG contrast
Aa
#effabf on white: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#effabf on black: 19.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green98.0%
Blue74.9%
CMYK percentages
Cyan4.4%
Magenta0.0%
Yellow23.6%
Key (black)2.0%
Color previews
#effabf text on a black background
contrast 19.10:1
Card sample
#effabf text on a white background
contrast 1.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #effabf;
Background color
Panel with #effabf background
background-color: #effabf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #effabf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 250, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 250, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #effabf; background: linear-gradient(135deg, #effabf, #C8FABF);