#beee5b
a balanced, electric green · cool · closest name: khaki
RGB
190, 238, 91
HSL
80°, 81%, 65%
CMYK
20, 0, 62, 7
Luminance
0.7285
Every format
| HEX | #beee5b |
| RGB | rgb(190, 238, 91) |
| HSL | hsl(80, 81%, 65%) |
| CMYK | cmyk(20%, 0%, 62%, 7%) |
| LAB | lab(88.4 -36.6 64.2) |
| LCH | lch(88.4 73.8 119.7) |
| OKLCH | oklch(0.887 0.181 125.3) |
Copy-ready code
/* CSS */
color: #beee5b;
background-color: #beee5b;
/* Tailwind (arbitrary) */
class="text-[#beee5b] bg-[#beee5b]"
/* SCSS */
$brand: #beee5b;
/* SwiftUI */
Color(red: 0.745, green: 0.933, blue: 0.357)
/* Android */
Color.parseColor("#beee5b")Accessibility — WCAG contrast
Aa
#beee5b on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#beee5b on black: 15.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green93.3%
Blue35.7%
CMYK percentages
Cyan20.2%
Magenta0.0%
Yellow61.8%
Key (black)6.7%
Color previews
#beee5b text on a black background
contrast 15.57:1
Card sample
#beee5b text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #beee5b;
Background color
Panel with #beee5b background
background-color: #beee5b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #beee5b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 238, 91, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 238, 91, 0.45);
Border & gradient
Gradient panel
border: 3px solid #beee5b; background: linear-gradient(135deg, #beee5b, #5CEE5B);