#bae080
a light, vivid green · cool · closest name: khaki
RGB
186, 224, 128
HSL
84°, 61%, 69%
CMYK
17, 0, 43, 12
Luminance
0.6531
Every format
| HEX | #bae080 |
| RGB | rgb(186, 224, 128) |
| HSL | hsl(84, 61%, 69%) |
| CMYK | cmyk(17%, 0%, 43%, 12%) |
| LAB | lab(84.6 -28.0 42.9) |
| LCH | lch(84.6 51.2 123.2) |
| OKLCH | oklch(0.858 0.130 126.6) |
Copy-ready code
/* CSS */
color: #bae080;
background-color: #bae080;
/* Tailwind (arbitrary) */
class="text-[#bae080] bg-[#bae080]"
/* SCSS */
$brand: #bae080;
/* SwiftUI */
Color(red: 0.729, green: 0.878, blue: 0.502)
/* Android */
Color.parseColor("#bae080")Accessibility — WCAG contrast
Aa
#bae080 on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bae080 on black: 14.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green87.8%
Blue50.2%
CMYK percentages
Cyan17.0%
Magenta0.0%
Yellow42.9%
Key (black)12.2%
Color previews
#bae080 text on a black background
contrast 14.06:1
Card sample
#bae080 text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bae080;
Background color
Panel with #bae080 background
background-color: #bae080;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bae080;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 224, 128, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 224, 128, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bae080; background: linear-gradient(135deg, #bae080, #80E086);