#baeb71
a light, electric green · cool · closest name: khaki
RGB
186, 235, 113
HSL
84°, 75%, 68%
CMYK
21, 0, 52, 8
Luminance
0.7105
Every format
| HEX | #baeb71 |
| RGB | rgb(186, 235, 113) |
| HSL | hsl(84, 75%, 68%) |
| CMYK | cmyk(21%, 0%, 52%, 8%) |
| LAB | lab(87.5 -34.8 53.5) |
| LCH | lch(87.5 63.8 123.0) |
| OKLCH | oklch(0.880 0.160 127.5) |
Copy-ready code
/* CSS */
color: #baeb71;
background-color: #baeb71;
/* Tailwind (arbitrary) */
class="text-[#baeb71] bg-[#baeb71]"
/* SCSS */
$brand: #baeb71;
/* SwiftUI */
Color(red: 0.729, green: 0.922, blue: 0.443)
/* Android */
Color.parseColor("#baeb71")Accessibility — WCAG contrast
Aa
#baeb71 on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#baeb71 on black: 15.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green92.2%
Blue44.3%
CMYK percentages
Cyan20.9%
Magenta0.0%
Yellow51.9%
Key (black)7.8%
Color previews
#baeb71 text on a black background
contrast 15.21:1
Card sample
#baeb71 text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #baeb71;
Background color
Panel with #baeb71 background
background-color: #baeb71;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #baeb71;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 235, 113, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 235, 113, 0.45);
Border & gradient
Gradient panel
border: 3px solid #baeb71; background: linear-gradient(135deg, #baeb71, #71EB79);