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