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