#bafd37
a balanced, electric green · cool · closest name: yellow
RGB
186, 253, 55
HSL
80°, 98%, 60%
CMYK
27, 0, 78, 1
Luminance
0.8097
Every format
| HEX | #bafd37 |
| RGB | rgb(186, 253, 55) |
| HSL | hsl(80, 98%, 60%) |
| CMYK | cmyk(27%, 0%, 78%, 1%) |
| LAB | lab(92.1 -46.7 80.2) |
| LCH | lch(92.1 92.8 120.2) |
| OKLCH | oklch(0.916 0.222 127.4) |
Copy-ready code
/* CSS */
color: #bafd37;
background-color: #bafd37;
/* Tailwind (arbitrary) */
class="text-[#bafd37] bg-[#bafd37]"
/* SCSS */
$brand: #bafd37;
/* SwiftUI */
Color(red: 0.729, green: 0.992, blue: 0.216)
/* Android */
Color.parseColor("#bafd37")Accessibility — WCAG contrast
Aa
#bafd37 on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bafd37 on black: 17.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green99.2%
Blue21.6%
CMYK percentages
Cyan26.5%
Magenta0.0%
Yellow78.3%
Key (black)0.8%
Color previews
#bafd37 text on a black background
contrast 17.19:1
Card sample
#bafd37 text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bafd37;
Background color
Panel with #bafd37 background
background-color: #bafd37;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bafd37;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 253, 55, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 253, 55, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bafd37; background: linear-gradient(135deg, #bafd37, #37FD38);