#beee50
a balanced, electric green · cool · closest name: yellow
RGB
190, 238, 80
HSL
78°, 82%, 62%
CMYK
20, 0, 66, 7
Luminance
0.7268
Every format
| HEX | #beee50 |
| RGB | rgb(190, 238, 80) |
| HSL | hsl(78, 82%, 62%) |
| CMYK | cmyk(20%, 0%, 66%, 7%) |
| LAB | lab(88.3 -37.3 68.4) |
| LCH | lch(88.3 78.0 118.6) |
| OKLCH | oklch(0.886 0.189 124.7) |
Copy-ready code
/* CSS */
color: #beee50;
background-color: #beee50;
/* Tailwind (arbitrary) */
class="text-[#beee50] bg-[#beee50]"
/* SCSS */
$brand: #beee50;
/* SwiftUI */
Color(red: 0.745, green: 0.933, blue: 0.314)
/* Android */
Color.parseColor("#beee50")Accessibility — WCAG contrast
Aa
#beee50 on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#beee50 on black: 15.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green93.3%
Blue31.4%
CMYK percentages
Cyan20.2%
Magenta0.0%
Yellow66.4%
Key (black)6.7%
Color previews
#beee50 text on a black background
contrast 15.54:1
Card sample
#beee50 text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #beee50;
Background color
Panel with #beee50 background
background-color: #beee50;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #beee50;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 238, 80, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 238, 80, 0.45);
Border & gradient
Gradient panel
border: 3px solid #beee50; background: linear-gradient(135deg, #beee50, #55EE50);