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