#baec7c
a light, vivid green · cool · closest name: khaki
RGB
186, 236, 124
HSL
87°, 75%, 71%
CMYK
21, 0, 48, 8
Luminance
0.7189
Every format
| HEX | #baec7c |
| RGB | rgb(186, 236, 124) |
| HSL | hsl(87, 75%, 71%) |
| CMYK | cmyk(21%, 0%, 48%, 8%) |
| LAB | lab(87.9 -34.1 48.9) |
| LCH | lch(87.9 59.6 124.9) |
| OKLCH | oklch(0.884 0.151 128.9) |
Copy-ready code
/* CSS */
color: #baec7c;
background-color: #baec7c;
/* Tailwind (arbitrary) */
class="text-[#baec7c] bg-[#baec7c]"
/* SCSS */
$brand: #baec7c;
/* SwiftUI */
Color(red: 0.729, green: 0.925, blue: 0.486)
/* Android */
Color.parseColor("#baec7c")Accessibility — WCAG contrast
Aa
#baec7c on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#baec7c on black: 15.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green92.5%
Blue48.6%
CMYK percentages
Cyan21.2%
Magenta0.0%
Yellow47.5%
Key (black)7.5%
Color previews
#baec7c text on a black background
contrast 15.38:1
Card sample
#baec7c text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #baec7c;
Background color
Panel with #baec7c background
background-color: #baec7c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #baec7c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 236, 124, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 236, 124, 0.45);
Border & gradient
Gradient panel
border: 3px solid #baec7c; background: linear-gradient(135deg, #baec7c, #7CEC89);