#b8f521
a balanced, electric green · cool · closest name: yellow
RGB
184, 245, 33
HSL
77°, 91%, 55%
CMYK
25, 0, 87, 4
Luminance
0.7560
Every format
| HEX | #b8f521 |
| RGB | rgb(184, 245, 33) |
| HSL | hsl(77, 91%, 55%) |
| CMYK | cmyk(25%, 0%, 87%, 4%) |
| LAB | lab(89.7 -44.8 83.1) |
| LCH | lch(89.7 94.4 118.3) |
| OKLCH | oklch(0.896 0.222 126.1) |
Copy-ready code
/* CSS */
color: #b8f521;
background-color: #b8f521;
/* Tailwind (arbitrary) */
class="text-[#b8f521] bg-[#b8f521]"
/* SCSS */
$brand: #b8f521;
/* SwiftUI */
Color(red: 0.722, green: 0.961, blue: 0.129)
/* Android */
Color.parseColor("#b8f521")Accessibility — WCAG contrast
Aa
#b8f521 on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b8f521 on black: 16.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green96.1%
Blue12.9%
CMYK percentages
Cyan24.9%
Magenta0.0%
Yellow86.5%
Key (black)3.9%
Color previews
#b8f521 text on a black background
contrast 16.12:1
Card sample
#b8f521 text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b8f521;
Background color
Panel with #b8f521 background
background-color: #b8f521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b8f521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 245, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 245, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b8f521; background: linear-gradient(135deg, #b8f521, #2AF521);