#bafe76
a light, electric green · cool · closest name: khaki
RGB
186, 254, 118
HSL
90°, 99%, 73%
CMYK
27, 0, 54, 0
Luminance
0.8263
Every format
| HEX | #bafe76 |
| RGB | rgb(186, 254, 118) |
| HSL | hsl(90, 99%, 73%) |
| CMYK | cmyk(27%, 0%, 54%, 0%) |
| LAB | lab(92.8 -42.8 57.6) |
| LCH | lch(92.8 71.7 126.6) |
| OKLCH | oklch(0.924 0.181 131.2) |
Copy-ready code
/* CSS */
color: #bafe76;
background-color: #bafe76;
/* Tailwind (arbitrary) */
class="text-[#bafe76] bg-[#bafe76]"
/* SCSS */
$brand: #bafe76;
/* SwiftUI */
Color(red: 0.729, green: 0.996, blue: 0.463)
/* Android */
Color.parseColor("#bafe76")Accessibility — WCAG contrast
Aa
#bafe76 on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bafe76 on black: 17.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green99.6%
Blue46.3%
CMYK percentages
Cyan26.8%
Magenta0.0%
Yellow53.5%
Key (black)0.4%
Color previews
#bafe76 text on a black background
contrast 17.53:1
Card sample
#bafe76 text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bafe76;
Background color
Panel with #bafe76 background
background-color: #bafe76;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bafe76;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 254, 118, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 254, 118, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bafe76; background: linear-gradient(135deg, #bafe76, #76FE8C);