#baf76c
a light, electric green · cool · closest name: khaki
RGB
186, 247, 108
HSL
86°, 90%, 70%
CMYK
25, 0, 56, 3
Luminance
0.7804
Every format
| HEX | #baf76c |
| RGB | rgb(186, 247, 108) |
| HSL | hsl(86, 90%, 70%) |
| CMYK | cmyk(25%, 0%, 56%, 3%) |
| LAB | lab(90.8 -40.6 59.6) |
| LCH | lch(90.8 72.1 124.3) |
| OKLCH | oklch(0.907 0.180 129.3) |
Copy-ready code
/* CSS */
color: #baf76c;
background-color: #baf76c;
/* Tailwind (arbitrary) */
class="text-[#baf76c] bg-[#baf76c]"
/* SCSS */
$brand: #baf76c;
/* SwiftUI */
Color(red: 0.729, green: 0.969, blue: 0.424)
/* Android */
Color.parseColor("#baf76c")Accessibility — WCAG contrast
Aa
#baf76c on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#baf76c on black: 16.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green96.9%
Blue42.4%
CMYK percentages
Cyan24.7%
Magenta0.0%
Yellow56.3%
Key (black)3.1%
Color previews
#baf76c text on a black background
contrast 16.61:1
Card sample
#baf76c text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #baf76c;
Background color
Panel with #baf76c background
background-color: #baf76c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #baf76c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 247, 108, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 247, 108, 0.45);
Border & gradient
Gradient panel
border: 3px solid #baf76c; background: linear-gradient(135deg, #baf76c, #6CF77B);