#bafd2a
a balanced, electric green · cool · closest name: yellow
RGB
186, 253, 42
HSL
79°, 98%, 58%
CMYK
27, 0, 83, 1
Luminance
0.8086
Every format
| HEX | #bafd2a |
| RGB | rgb(186, 253, 42) |
| HSL | hsl(79, 98%, 58%) |
| CMYK | cmyk(27%, 0%, 83%, 1%) |
| LAB | lab(92.1 -47.2 83.4) |
| LCH | lch(92.1 95.8 119.5) |
| OKLCH | oklch(0.916 0.227 127.1) |
Copy-ready code
/* CSS */
color: #bafd2a;
background-color: #bafd2a;
/* Tailwind (arbitrary) */
class="text-[#bafd2a] bg-[#bafd2a]"
/* SCSS */
$brand: #bafd2a;
/* SwiftUI */
Color(red: 0.729, green: 0.992, blue: 0.165)
/* Android */
Color.parseColor("#bafd2a")Accessibility — WCAG contrast
Aa
#bafd2a on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bafd2a on black: 17.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green99.2%
Blue16.5%
CMYK percentages
Cyan26.5%
Magenta0.0%
Yellow83.4%
Key (black)0.8%
Color previews
#bafd2a text on a black background
contrast 17.17:1
Card sample
#bafd2a text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bafd2a;
Background color
Panel with #bafd2a background
background-color: #bafd2a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bafd2a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 253, 42, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 253, 42, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bafd2a; background: linear-gradient(135deg, #bafd2a, #2DFD2A);