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