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