#baec8c
a light, vivid green · cool · closest name: khaki
RGB
186, 236, 140
HSL
91°, 72%, 74%
CMYK
21, 0, 41, 8
Luminance
0.7232
Every format
| HEX | #baec8c |
| RGB | rgb(186, 236, 140) |
| HSL | hsl(91, 72%, 74%) |
| CMYK | cmyk(21%, 0%, 41%, 8%) |
| LAB | lab(88.1 -32.2 41.4) |
| LCH | lch(88.1 52.5 127.9) |
| OKLCH | oklch(0.886 0.135 131.1) |
Copy-ready code
/* CSS */
color: #baec8c;
background-color: #baec8c;
/* Tailwind (arbitrary) */
class="text-[#baec8c] bg-[#baec8c]"
/* SCSS */
$brand: #baec8c;
/* SwiftUI */
Color(red: 0.729, green: 0.925, blue: 0.549)
/* Android */
Color.parseColor("#baec8c")Accessibility — WCAG contrast
Aa
#baec8c on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#baec8c on black: 15.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green92.5%
Blue54.9%
CMYK percentages
Cyan21.2%
Magenta0.0%
Yellow40.7%
Key (black)7.5%
Color previews
#baec8c text on a black background
contrast 15.46:1
Card sample
#baec8c text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #baec8c;
Background color
Panel with #baec8c background
background-color: #baec8c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #baec8c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 236, 140, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 236, 140, 0.45);
Border & gradient
Gradient panel
border: 3px solid #baec8c; background: linear-gradient(135deg, #baec8c, #8CEC9E);