#effeb4
a pale, electric green · cool · closest name: khaki
RGB
239, 254, 180
HSL
72°, 97%, 85%
CMYK
6, 0, 29, 0
Luminance
0.9253
Every format
| HEX | #effeb4 |
| RGB | rgb(239, 254, 180) |
| HSL | hsl(72, 97%, 85%) |
| CMYK | cmyk(6%, 0%, 29%, 0%) |
| LAB | lab(97.0 -16.6 33.8) |
| LCH | lch(97.0 37.7 116.1) |
| OKLCH | oklch(0.969 0.096 117.5) |
Copy-ready code
/* CSS */
color: #effeb4;
background-color: #effeb4;
/* Tailwind (arbitrary) */
class="text-[#effeb4] bg-[#effeb4]"
/* SCSS */
$brand: #effeb4;
/* SwiftUI */
Color(red: 0.937, green: 0.996, blue: 0.706)
/* Android */
Color.parseColor("#effeb4")Accessibility — WCAG contrast
Aa
#effeb4 on white: 1.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#effeb4 on black: 19.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green99.6%
Blue70.6%
CMYK percentages
Cyan5.9%
Magenta0.0%
Yellow29.1%
Key (black)0.4%
Color previews
#effeb4 text on a black background
contrast 19.51:1
Card sample
#effeb4 text on a white background
contrast 1.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #effeb4;
Background color
Panel with #effeb4 background
background-color: #effeb4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #effeb4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 254, 180, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 254, 180, 0.45);
Border & gradient
Gradient panel
border: 3px solid #effeb4; background: linear-gradient(135deg, #effeb4, #BEFEB4);