#baeb94
a light, vivid green · cool · closest name: khaki
RGB
186, 235, 148
HSL
94°, 69%, 75%
CMYK
21, 0, 37, 8
Luminance
0.7199
Every format
| HEX | #baeb94 |
| RGB | rgb(186, 235, 148) |
| HSL | hsl(94, 69%, 75%) |
| CMYK | cmyk(21%, 0%, 37%, 8%) |
| LAB | lab(88.0 -30.7 37.2) |
| LCH | lch(88.0 48.3 129.5) |
| OKLCH | oklch(0.885 0.125 132.4) |
Copy-ready code
/* CSS */
color: #baeb94;
background-color: #baeb94;
/* Tailwind (arbitrary) */
class="text-[#baeb94] bg-[#baeb94]"
/* SCSS */
$brand: #baeb94;
/* SwiftUI */
Color(red: 0.729, green: 0.922, blue: 0.580)
/* Android */
Color.parseColor("#baeb94")Accessibility — WCAG contrast
Aa
#baeb94 on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#baeb94 on black: 15.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green92.2%
Blue58.0%
CMYK percentages
Cyan20.9%
Magenta0.0%
Yellow37.0%
Key (black)7.8%
Color previews
#baeb94 text on a black background
contrast 15.40:1
Card sample
#baeb94 text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #baeb94;
Background color
Panel with #baeb94 background
background-color: #baeb94;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #baeb94;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 235, 148, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 235, 148, 0.45);
Border & gradient
Gradient panel
border: 3px solid #baeb94; background: linear-gradient(135deg, #baeb94, #94EBA8);