#baf080
a light, electric green · cool · closest name: khaki
RGB
186, 240, 128
HSL
89°, 79%, 72%
CMYK
23, 0, 47, 6
Luminance
0.7432
Every format
| HEX | #baf080 |
| RGB | rgb(186, 240, 128) |
| HSL | hsl(89, 79%, 72%) |
| CMYK | cmyk(23%, 0%, 47%, 6%) |
| LAB | lab(89.1 -35.5 48.4) |
| LCH | lch(89.1 60.0 126.2) |
| OKLCH | oklch(0.893 0.152 130.1) |
Copy-ready code
/* CSS */
color: #baf080;
background-color: #baf080;
/* Tailwind (arbitrary) */
class="text-[#baf080] bg-[#baf080]"
/* SCSS */
$brand: #baf080;
/* SwiftUI */
Color(red: 0.729, green: 0.941, blue: 0.502)
/* Android */
Color.parseColor("#baf080")Accessibility — WCAG contrast
Aa
#baf080 on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#baf080 on black: 15.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green94.1%
Blue50.2%
CMYK percentages
Cyan22.5%
Magenta0.0%
Yellow46.7%
Key (black)5.9%
Color previews
#baf080 text on a black background
contrast 15.86:1
Card sample
#baf080 text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #baf080;
Background color
Panel with #baf080 background
background-color: #baf080;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #baf080;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 240, 128, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 240, 128, 0.45);
Border & gradient
Gradient panel
border: 3px solid #baf080; background: linear-gradient(135deg, #baf080, #80F091);