#baec6f
a light, electric green · cool · closest name: khaki
RGB
186, 236, 111
HSL
84°, 77%, 68%
CMYK
21, 0, 53, 8
Luminance
0.7158
Every format
| HEX | #baec6f |
| RGB | rgb(186, 236, 111) |
| HSL | hsl(84, 77%, 68%) |
| CMYK | cmyk(21%, 0%, 53%, 8%) |
| LAB | lab(87.8 -35.4 54.7) |
| LCH | lch(87.8 65.2 122.9) |
| OKLCH | oklch(0.882 0.163 127.5) |
Copy-ready code
/* CSS */
color: #baec6f;
background-color: #baec6f;
/* Tailwind (arbitrary) */
class="text-[#baec6f] bg-[#baec6f]"
/* SCSS */
$brand: #baec6f;
/* SwiftUI */
Color(red: 0.729, green: 0.925, blue: 0.435)
/* Android */
Color.parseColor("#baec6f")Accessibility — WCAG contrast
Aa
#baec6f on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#baec6f on black: 15.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green92.5%
Blue43.5%
CMYK percentages
Cyan21.2%
Magenta0.0%
Yellow53.0%
Key (black)7.5%
Color previews
#baec6f text on a black background
contrast 15.32:1
Card sample
#baec6f text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #baec6f;
Background color
Panel with #baec6f background
background-color: #baec6f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #baec6f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 236, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 236, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #baec6f; background: linear-gradient(135deg, #baec6f, #6FEC77);