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