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