#b0f539
a balanced, electric green · cool · closest name: yellow
RGB
176, 245, 57
HSL
82°, 90%, 59%
CMYK
28, 0, 77, 4
Luminance
0.7483
Every format
| HEX | #b0f539 |
| RGB | rgb(176, 245, 57) |
| HSL | hsl(82, 90%, 59%) |
| CMYK | cmyk(28%, 0%, 77%, 4%) |
| LAB | lab(89.3 -46.9 76.9) |
| LCH | lch(89.3 90.0 121.4) |
| OKLCH | oklch(0.892 0.216 128.4) |
Copy-ready code
/* CSS */
color: #b0f539;
background-color: #b0f539;
/* Tailwind (arbitrary) */
class="text-[#b0f539] bg-[#b0f539]"
/* SCSS */
$brand: #b0f539;
/* SwiftUI */
Color(red: 0.690, green: 0.961, blue: 0.224)
/* Android */
Color.parseColor("#b0f539")Accessibility — WCAG contrast
Aa
#b0f539 on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b0f539 on black: 15.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green96.1%
Blue22.4%
CMYK percentages
Cyan28.2%
Magenta0.0%
Yellow76.7%
Key (black)3.9%
Color previews
#b0f539 text on a black background
contrast 15.97:1
Card sample
#b0f539 text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b0f539;
Background color
Panel with #b0f539 background
background-color: #b0f539;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b0f539;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 245, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 245, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b0f539; background: linear-gradient(135deg, #b0f539, #39F53F);