#baeb59
a balanced, electric green · cool · closest name: khaki
RGB
186, 235, 89
HSL
80°, 79%, 64%
CMYK
21, 0, 62, 8
Luminance
0.7058
Every format
| HEX | #baeb59 |
| RGB | rgb(186, 235, 89) |
| HSL | hsl(80, 79%, 64%) |
| CMYK | cmyk(21%, 0%, 62%, 8%) |
| LAB | lab(87.3 -36.9 63.7) |
| LCH | lch(87.3 73.6 120.0) |
| OKLCH | oklch(0.878 0.180 125.7) |
Copy-ready code
/* CSS */
color: #baeb59;
background-color: #baeb59;
/* Tailwind (arbitrary) */
class="text-[#baeb59] bg-[#baeb59]"
/* SCSS */
$brand: #baeb59;
/* SwiftUI */
Color(red: 0.729, green: 0.922, blue: 0.349)
/* Android */
Color.parseColor("#baeb59")Accessibility — WCAG contrast
Aa
#baeb59 on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#baeb59 on black: 15.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green92.2%
Blue34.9%
CMYK percentages
Cyan20.9%
Magenta0.0%
Yellow62.1%
Key (black)7.8%
Color previews
#baeb59 text on a black background
contrast 15.12:1
Card sample
#baeb59 text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #baeb59;
Background color
Panel with #baeb59 background
background-color: #baeb59;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #baeb59;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 235, 89, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 235, 89, 0.45);
Border & gradient
Gradient panel
border: 3px solid #baeb59; background: linear-gradient(135deg, #baeb59, #59EB59);