#baeb9a
a light, vivid green · cool · closest name: khaki
RGB
186, 235, 154
HSL
96°, 67%, 76%
CMYK
21, 0, 35, 8
Luminance
0.7219
Every format
| HEX | #baeb9a |
| RGB | rgb(186, 235, 154) |
| HSL | hsl(96, 67%, 76%) |
| CMYK | cmyk(21%, 0%, 35%, 8%) |
| LAB | lab(88.1 -29.9 34.3) |
| LCH | lch(88.1 45.5 131.0) |
| OKLCH | oklch(0.887 0.118 133.7) |
Copy-ready code
/* CSS */
color: #baeb9a;
background-color: #baeb9a;
/* Tailwind (arbitrary) */
class="text-[#baeb9a] bg-[#baeb9a]"
/* SCSS */
$brand: #baeb9a;
/* SwiftUI */
Color(red: 0.729, green: 0.922, blue: 0.604)
/* Android */
Color.parseColor("#baeb9a")Accessibility — WCAG contrast
Aa
#baeb9a on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#baeb9a on black: 15.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green92.2%
Blue60.4%
CMYK percentages
Cyan20.9%
Magenta0.0%
Yellow34.5%
Key (black)7.8%
Color previews
#baeb9a text on a black background
contrast 15.44:1
Card sample
#baeb9a text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #baeb9a;
Background color
Panel with #baeb9a background
background-color: #baeb9a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #baeb9a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 235, 154, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 235, 154, 0.45);
Border & gradient
Gradient panel
border: 3px solid #baeb9a; background: linear-gradient(135deg, #baeb9a, #9AEBB0);