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