#baeb37
a balanced, electric green · cool · closest name: yellow
RGB
186, 235, 55
HSL
76°, 82%, 57%
CMYK
21, 0, 77, 8
Luminance
0.7013
Every format
| HEX | #baeb37 |
| RGB | rgb(186, 235, 55) |
| HSL | hsl(76, 82%, 57%) |
| CMYK | cmyk(21%, 0%, 77%, 8%) |
| LAB | lab(87.1 -38.9 75.6) |
| LCH | lch(87.1 85.0 117.2) |
| OKLCH | oklch(0.875 0.201 124.3) |
Copy-ready code
/* CSS */
color: #baeb37;
background-color: #baeb37;
/* Tailwind (arbitrary) */
class="text-[#baeb37] bg-[#baeb37]"
/* SCSS */
$brand: #baeb37;
/* SwiftUI */
Color(red: 0.729, green: 0.922, blue: 0.216)
/* Android */
Color.parseColor("#baeb37")Accessibility — WCAG contrast
Aa
#baeb37 on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#baeb37 on black: 15.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green92.2%
Blue21.6%
CMYK percentages
Cyan20.9%
Magenta0.0%
Yellow76.6%
Key (black)7.8%
Color previews
#baeb37 text on a black background
contrast 15.03:1
Card sample
#baeb37 text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #baeb37;
Background color
Panel with #baeb37 background
background-color: #baeb37;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #baeb37;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 235, 55, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 235, 55, 0.45);
Border & gradient
Gradient panel
border: 3px solid #baeb37; background: linear-gradient(135deg, #baeb37, #42EB37);