#bbe84a
a balanced, electric green · cool · closest name: yellow
RGB
187, 232, 74
HSL
77°, 78%, 60%
CMYK
19, 0, 68, 9
Luminance
0.6877
Every format
| HEX | #bbe84a |
| RGB | rgb(187, 232, 74) |
| HSL | hsl(77, 78%, 60%) |
| CMYK | cmyk(19%, 0%, 68%, 9%) |
| LAB | lab(86.4 -36.1 68.7) |
| LCH | lch(86.4 77.6 117.8) |
| OKLCH | oklch(0.870 0.187 124.1) |
Copy-ready code
/* CSS */
color: #bbe84a;
background-color: #bbe84a;
/* Tailwind (arbitrary) */
class="text-[#bbe84a] bg-[#bbe84a]"
/* SCSS */
$brand: #bbe84a;
/* SwiftUI */
Color(red: 0.733, green: 0.910, blue: 0.290)
/* Android */
Color.parseColor("#bbe84a")Accessibility — WCAG contrast
Aa
#bbe84a on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbe84a on black: 14.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green91.0%
Blue29.0%
CMYK percentages
Cyan19.4%
Magenta0.0%
Yellow68.1%
Key (black)9.0%
Color previews
#bbe84a text on a black background
contrast 14.75:1
Card sample
#bbe84a text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbe84a;
Background color
Panel with #bbe84a background
background-color: #bbe84a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbe84a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 232, 74, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 232, 74, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbe84a; background: linear-gradient(135deg, #bbe84a, #52E84A);