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