#beee80
a light, electric green · cool · closest name: khaki
RGB
190, 238, 128
HSL
86°, 76%, 72%
CMYK
20, 0, 46, 7
Luminance
0.7365
Every format
| HEX | #beee80 |
| RGB | rgb(190, 238, 128) |
| HSL | hsl(86, 76%, 72%) |
| CMYK | cmyk(20%, 0%, 46%, 7%) |
| LAB | lab(88.8 -33.1 48.1) |
| LCH | lch(88.8 58.4 124.6) |
| OKLCH | oklch(0.892 0.148 128.4) |
Copy-ready code
/* CSS */
color: #beee80;
background-color: #beee80;
/* Tailwind (arbitrary) */
class="text-[#beee80] bg-[#beee80]"
/* SCSS */
$brand: #beee80;
/* SwiftUI */
Color(red: 0.745, green: 0.933, blue: 0.502)
/* Android */
Color.parseColor("#beee80")Accessibility — WCAG contrast
Aa
#beee80 on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#beee80 on black: 15.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green93.3%
Blue50.2%
CMYK percentages
Cyan20.2%
Magenta0.0%
Yellow46.2%
Key (black)6.7%
Color previews
#beee80 text on a black background
contrast 15.73:1
Card sample
#beee80 text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #beee80;
Background color
Panel with #beee80 background
background-color: #beee80;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #beee80;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 238, 128, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 238, 128, 0.45);
Border & gradient
Gradient panel
border: 3px solid #beee80; background: linear-gradient(135deg, #beee80, #80EE8C);