#bafc2f
a balanced, electric green · cool · closest name: yellow
RGB
186, 252, 47
HSL
79°, 97%, 59%
CMYK
26, 0, 81, 1
Luminance
0.8027
Every format
| HEX | #bafc2f |
| RGB | rgb(186, 252, 47) |
| HSL | hsl(79, 97%, 59%) |
| CMYK | cmyk(26%, 0%, 81%, 1%) |
| LAB | lab(91.8 -46.6 82.0) |
| LCH | lch(91.8 94.3 119.6) |
| OKLCH | oklch(0.914 0.224 127.0) |
Copy-ready code
/* CSS */
color: #bafc2f;
background-color: #bafc2f;
/* Tailwind (arbitrary) */
class="text-[#bafc2f] bg-[#bafc2f]"
/* SCSS */
$brand: #bafc2f;
/* SwiftUI */
Color(red: 0.729, green: 0.988, blue: 0.184)
/* Android */
Color.parseColor("#bafc2f")Accessibility — WCAG contrast
Aa
#bafc2f on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bafc2f on black: 17.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green98.8%
Blue18.4%
CMYK percentages
Cyan26.2%
Magenta0.0%
Yellow81.3%
Key (black)1.2%
Color previews
#bafc2f text on a black background
contrast 17.05:1
Card sample
#bafc2f text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bafc2f;
Background color
Panel with #bafc2f background
background-color: #bafc2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bafc2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 252, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 252, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bafc2f; background: linear-gradient(135deg, #bafc2f, #31FC2F);