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