#baeb7a
a light, vivid green · cool · closest name: khaki
RGB
186, 235, 122
HSL
86°, 74%, 70%
CMYK
21, 0, 48, 8
Luminance
0.7126
Every format
| HEX | #baeb7a |
| RGB | rgb(186, 235, 122) |
| HSL | hsl(86, 74%, 70%) |
| CMYK | cmyk(21%, 0%, 48%, 8%) |
| LAB | lab(87.6 -33.8 49.5) |
| LCH | lch(87.6 59.9 124.4) |
| OKLCH | oklch(0.881 0.151 128.4) |
Copy-ready code
/* CSS */
color: #baeb7a;
background-color: #baeb7a;
/* Tailwind (arbitrary) */
class="text-[#baeb7a] bg-[#baeb7a]"
/* SCSS */
$brand: #baeb7a;
/* SwiftUI */
Color(red: 0.729, green: 0.922, blue: 0.478)
/* Android */
Color.parseColor("#baeb7a")Accessibility — WCAG contrast
Aa
#baeb7a on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#baeb7a on black: 15.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green92.2%
Blue47.8%
CMYK percentages
Cyan20.9%
Magenta0.0%
Yellow48.1%
Key (black)7.8%
Color previews
#baeb7a text on a black background
contrast 15.25:1
Card sample
#baeb7a text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #baeb7a;
Background color
Panel with #baeb7a background
background-color: #baeb7a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #baeb7a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 235, 122, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 235, 122, 0.45);
Border & gradient
Gradient panel
border: 3px solid #baeb7a; background: linear-gradient(135deg, #baeb7a, #7AEB85);