#baeb7f
a light, vivid green · cool · closest name: khaki
RGB
186, 235, 127
HSL
87°, 73%, 71%
CMYK
21, 0, 46, 8
Luminance
0.7139
Every format
| HEX | #baeb7f |
| RGB | rgb(186, 235, 127) |
| HSL | hsl(87, 73%, 71%) |
| CMYK | cmyk(21%, 0%, 46%, 8%) |
| LAB | lab(87.7 -33.3 47.1) |
| LCH | lch(87.7 57.7 125.2) |
| OKLCH | oklch(0.882 0.146 129.0) |
Copy-ready code
/* CSS */
color: #baeb7f;
background-color: #baeb7f;
/* Tailwind (arbitrary) */
class="text-[#baeb7f] bg-[#baeb7f]"
/* SCSS */
$brand: #baeb7f;
/* SwiftUI */
Color(red: 0.729, green: 0.922, blue: 0.498)
/* Android */
Color.parseColor("#baeb7f")Accessibility — WCAG contrast
Aa
#baeb7f on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#baeb7f on black: 15.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green92.2%
Blue49.8%
CMYK percentages
Cyan20.9%
Magenta0.0%
Yellow46.0%
Key (black)7.8%
Color previews
#baeb7f text on a black background
contrast 15.28:1
Card sample
#baeb7f text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #baeb7f;
Background color
Panel with #baeb7f background
background-color: #baeb7f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #baeb7f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 235, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 235, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #baeb7f; background: linear-gradient(135deg, #baeb7f, #7FEB8C);