#bbfd39
a balanced, electric green · cool · closest name: yellow
RGB
187, 253, 57
HSL
80°, 98%, 61%
CMYK
26, 0, 78, 1
Luminance
0.8111
Every format
| HEX | #bbfd39 |
| RGB | rgb(187, 253, 57) |
| HSL | hsl(80, 98%, 61%) |
| CMYK | cmyk(26%, 0%, 78%, 1%) |
| LAB | lab(92.2 -46.2 79.8) |
| LCH | lch(92.2 92.2 120.1) |
| OKLCH | oklch(0.917 0.220 127.2) |
Copy-ready code
/* CSS */
color: #bbfd39;
background-color: #bbfd39;
/* Tailwind (arbitrary) */
class="text-[#bbfd39] bg-[#bbfd39]"
/* SCSS */
$brand: #bbfd39;
/* SwiftUI */
Color(red: 0.733, green: 0.992, blue: 0.224)
/* Android */
Color.parseColor("#bbfd39")Accessibility — WCAG contrast
Aa
#bbfd39 on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbfd39 on black: 17.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green99.2%
Blue22.4%
CMYK percentages
Cyan26.1%
Magenta0.0%
Yellow77.5%
Key (black)0.8%
Color previews
#bbfd39 text on a black background
contrast 17.22:1
Card sample
#bbfd39 text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbfd39;
Background color
Panel with #bbfd39 background
background-color: #bbfd39;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbfd39;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 253, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 253, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbfd39; background: linear-gradient(135deg, #bbfd39, #39FD3A);