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