#baec5f
a balanced, electric green · cool · closest name: khaki
RGB
186, 236, 95
HSL
81°, 79%, 65%
CMYK
21, 0, 60, 8
Luminance
0.7126
Every format
| HEX | #baec5f |
| RGB | rgb(186, 236, 95) |
| HSL | hsl(81, 79%, 65%) |
| CMYK | cmyk(21%, 0%, 60%, 8%) |
| LAB | lab(87.6 -36.8 61.6) |
| LCH | lch(87.6 71.8 120.9) |
| OKLCH | oklch(0.881 0.177 126.3) |
Copy-ready code
/* CSS */
color: #baec5f;
background-color: #baec5f;
/* Tailwind (arbitrary) */
class="text-[#baec5f] bg-[#baec5f]"
/* SCSS */
$brand: #baec5f;
/* SwiftUI */
Color(red: 0.729, green: 0.925, blue: 0.373)
/* Android */
Color.parseColor("#baec5f")Accessibility — WCAG contrast
Aa
#baec5f on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#baec5f on black: 15.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green92.5%
Blue37.3%
CMYK percentages
Cyan21.2%
Magenta0.0%
Yellow59.7%
Key (black)7.5%
Color previews
#baec5f text on a black background
contrast 15.25:1
Card sample
#baec5f text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #baec5f;
Background color
Panel with #baec5f background
background-color: #baec5f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #baec5f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 236, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 236, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #baec5f; background: linear-gradient(135deg, #baec5f, #5FEC62);