#b8ee82
a light, electric green · cool · closest name: khaki
RGB
184, 238, 130
HSL
90°, 76%, 72%
CMYK
23, 0, 45, 7
Luminance
0.7295
Every format
| HEX | #b8ee82 |
| RGB | rgb(184, 238, 130) |
| HSL | hsl(90, 76%, 72%) |
| CMYK | cmyk(23%, 0%, 45%, 7%) |
| LAB | lab(88.4 -35.0 46.6) |
| LCH | lch(88.4 58.3 126.9) |
| OKLCH | oklch(0.888 0.149 130.7) |
Copy-ready code
/* CSS */
color: #b8ee82;
background-color: #b8ee82;
/* Tailwind (arbitrary) */
class="text-[#b8ee82] bg-[#b8ee82]"
/* SCSS */
$brand: #b8ee82;
/* SwiftUI */
Color(red: 0.722, green: 0.933, blue: 0.510)
/* Android */
Color.parseColor("#b8ee82")Accessibility — WCAG contrast
Aa
#b8ee82 on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b8ee82 on black: 15.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green93.3%
Blue51.0%
CMYK percentages
Cyan22.7%
Magenta0.0%
Yellow45.4%
Key (black)6.7%
Color previews
#b8ee82 text on a black background
contrast 15.59:1
Card sample
#b8ee82 text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b8ee82;
Background color
Panel with #b8ee82 background
background-color: #b8ee82;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b8ee82;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 238, 130, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 238, 130, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b8ee82; background: linear-gradient(135deg, #b8ee82, #82EE94);