#effeb0
a light, electric green · cool · closest name: khaki
RGB
239, 254, 176
HSL
72°, 98%, 84%
CMYK
6, 0, 31, 0
Luminance
0.9237
Every format
| HEX | #effeb0 |
| RGB | rgb(239, 254, 176) |
| HSL | hsl(72, 98%, 84%) |
| CMYK | cmyk(6%, 0%, 31%, 0%) |
| LAB | lab(97.0 -17.1 35.8) |
| LCH | lch(97.0 39.6 115.5) |
| OKLCH | oklch(0.968 0.100 117.2) |
Copy-ready code
/* CSS */
color: #effeb0;
background-color: #effeb0;
/* Tailwind (arbitrary) */
class="text-[#effeb0] bg-[#effeb0]"
/* SCSS */
$brand: #effeb0;
/* SwiftUI */
Color(red: 0.937, green: 0.996, blue: 0.690)
/* Android */
Color.parseColor("#effeb0")Accessibility — WCAG contrast
Aa
#effeb0 on white: 1.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#effeb0 on black: 19.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green99.6%
Blue69.0%
CMYK percentages
Cyan5.9%
Magenta0.0%
Yellow30.7%
Key (black)0.4%
Color previews
#effeb0 text on a black background
contrast 19.47:1
Card sample
#effeb0 text on a white background
contrast 1.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #effeb0;
Background color
Panel with #effeb0 background
background-color: #effeb0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #effeb0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 254, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 254, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #effeb0; background: linear-gradient(135deg, #effeb0, #BBFEB0);