#b2f84a
a balanced, electric green · cool · closest name: yellow
RGB
178, 248, 74
HSL
84°, 93%, 63%
CMYK
28, 0, 70, 3
Luminance
0.7709
Every format
| HEX | #b2f84a |
| RGB | rgb(178, 248, 74) |
| HSL | hsl(84, 93%, 63%) |
| CMYK | cmyk(28%, 0%, 70%, 3%) |
| LAB | lab(90.4 -46.5 72.5) |
| LCH | lch(90.4 86.1 122.7) |
| OKLCH | oklch(0.901 0.210 129.1) |
Copy-ready code
/* CSS */
color: #b2f84a;
background-color: #b2f84a;
/* Tailwind (arbitrary) */
class="text-[#b2f84a] bg-[#b2f84a]"
/* SCSS */
$brand: #b2f84a;
/* SwiftUI */
Color(red: 0.698, green: 0.973, blue: 0.290)
/* Android */
Color.parseColor("#b2f84a")Accessibility — WCAG contrast
Aa
#b2f84a on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2f84a on black: 16.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green97.3%
Blue29.0%
CMYK percentages
Cyan28.2%
Magenta0.0%
Yellow70.2%
Key (black)2.7%
Color previews
#b2f84a text on a black background
contrast 16.42:1
Card sample
#b2f84a text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2f84a;
Background color
Panel with #b2f84a background
background-color: #b2f84a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2f84a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 248, 74, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 248, 74, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2f84a; background: linear-gradient(135deg, #b2f84a, #4AF856);