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