#b2f430
a balanced, electric green · cool · closest name: yellow
RGB
178, 244, 48
HSL
80°, 90%, 57%
CMYK
27, 0, 80, 4
Luminance
0.7438
Every format
| HEX | #b2f430 |
| RGB | rgb(178, 244, 48) |
| HSL | hsl(80, 90%, 57%) |
| CMYK | cmyk(27%, 0%, 80%, 4%) |
| LAB | lab(89.1 -46.1 79.2) |
| LCH | lch(89.1 91.6 120.2) |
| OKLCH | oklch(0.890 0.218 127.5) |
Copy-ready code
/* CSS */
color: #b2f430;
background-color: #b2f430;
/* Tailwind (arbitrary) */
class="text-[#b2f430] bg-[#b2f430]"
/* SCSS */
$brand: #b2f430;
/* SwiftUI */
Color(red: 0.698, green: 0.957, blue: 0.188)
/* Android */
Color.parseColor("#b2f430")Accessibility — WCAG contrast
Aa
#b2f430 on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2f430 on black: 15.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green95.7%
Blue18.8%
CMYK percentages
Cyan27.0%
Magenta0.0%
Yellow80.3%
Key (black)4.3%
Color previews
#b2f430 text on a black background
contrast 15.88:1
Card sample
#b2f430 text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2f430;
Background color
Panel with #b2f430 background
background-color: #b2f430;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2f430;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 244, 48, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 244, 48, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2f430; background: linear-gradient(135deg, #b2f430, #30F431);