#baee39
a balanced, electric green · cool · closest name: yellow
RGB
186, 238, 57
HSL
77°, 84%, 58%
CMYK
22, 0, 76, 7
Luminance
0.7188
Every format
| HEX | #baee39 |
| RGB | rgb(186, 238, 57) |
| HSL | hsl(77, 84%, 58%) |
| CMYK | cmyk(22%, 0%, 76%, 7%) |
| LAB | lab(87.9 -40.1 75.8) |
| LCH | lch(87.9 85.8 117.9) |
| OKLCH | oklch(0.882 0.204 124.9) |
Copy-ready code
/* CSS */
color: #baee39;
background-color: #baee39;
/* Tailwind (arbitrary) */
class="text-[#baee39] bg-[#baee39]"
/* SCSS */
$brand: #baee39;
/* SwiftUI */
Color(red: 0.729, green: 0.933, blue: 0.224)
/* Android */
Color.parseColor("#baee39")Accessibility — WCAG contrast
Aa
#baee39 on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#baee39 on black: 15.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green93.3%
Blue22.4%
CMYK percentages
Cyan21.8%
Magenta0.0%
Yellow76.1%
Key (black)6.7%
Color previews
#baee39 text on a black background
contrast 15.38:1
Card sample
#baee39 text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #baee39;
Background color
Panel with #baee39 background
background-color: #baee39;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #baee39;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 238, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 238, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #baee39; background: linear-gradient(135deg, #baee39, #41EE39);