#bafe71
a light, electric green · cool · closest name: khaki
RGB
186, 254, 113
HSL
89°, 99%, 72%
CMYK
27, 0, 56, 0
Luminance
0.8251
Every format
| HEX | #bafe71 |
| RGB | rgb(186, 254, 113) |
| HSL | hsl(89, 99%, 72%) |
| CMYK | cmyk(27%, 0%, 56%, 0%) |
| LAB | lab(92.8 -43.2 59.7) |
| LCH | lch(92.8 73.7 125.9) |
| OKLCH | oklch(0.923 0.185 130.7) |
Copy-ready code
/* CSS */
color: #bafe71;
background-color: #bafe71;
/* Tailwind (arbitrary) */
class="text-[#bafe71] bg-[#bafe71]"
/* SCSS */
$brand: #bafe71;
/* SwiftUI */
Color(red: 0.729, green: 0.996, blue: 0.443)
/* Android */
Color.parseColor("#bafe71")Accessibility — WCAG contrast
Aa
#bafe71 on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bafe71 on black: 17.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green99.6%
Blue44.3%
CMYK percentages
Cyan26.8%
Magenta0.0%
Yellow55.5%
Key (black)0.4%
Color previews
#bafe71 text on a black background
contrast 17.50:1
Card sample
#bafe71 text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bafe71;
Background color
Panel with #bafe71 background
background-color: #bafe71;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bafe71;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 254, 113, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 254, 113, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bafe71; background: linear-gradient(135deg, #bafe71, #71FE86);