#baee41
a balanced, electric green · cool · closest name: yellow
RGB
186, 238, 65
HSL
78°, 84%, 59%
CMYK
22, 0, 73, 7
Luminance
0.7197
Every format
| HEX | #baee41 |
| RGB | rgb(186, 238, 65) |
| HSL | hsl(78, 84%, 59%) |
| CMYK | cmyk(22%, 0%, 73%, 7%) |
| LAB | lab(88.0 -39.7 73.3) |
| LCH | lch(88.0 83.4 118.4) |
| OKLCH | oklch(0.883 0.200 125.2) |
Copy-ready code
/* CSS */
color: #baee41;
background-color: #baee41;
/* Tailwind (arbitrary) */
class="text-[#baee41] bg-[#baee41]"
/* SCSS */
$brand: #baee41;
/* SwiftUI */
Color(red: 0.729, green: 0.933, blue: 0.255)
/* Android */
Color.parseColor("#baee41")Accessibility — WCAG contrast
Aa
#baee41 on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#baee41 on black: 15.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green93.3%
Blue25.5%
CMYK percentages
Cyan21.8%
Magenta0.0%
Yellow72.7%
Key (black)6.7%
Color previews
#baee41 text on a black background
contrast 15.39:1
Card sample
#baee41 text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #baee41;
Background color
Panel with #baee41 background
background-color: #baee41;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #baee41;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 238, 65, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 238, 65, 0.45);
Border & gradient
Gradient panel
border: 3px solid #baee41; background: linear-gradient(135deg, #baee41, #47EE41);