#b0f621
a balanced, electric green · cool · closest name: yellow
RGB
176, 246, 33
HSL
80°, 92%, 55%
CMYK
29, 0, 87, 4
Luminance
0.7525
Every format
| HEX | #b0f621 |
| RGB | rgb(176, 246, 33) |
| HSL | hsl(80, 92%, 55%) |
| CMYK | cmyk(29%, 0%, 87%, 4%) |
| LAB | lab(89.5 -48.1 82.8) |
| LCH | lch(89.5 95.7 120.2) |
| OKLCH | oklch(0.893 0.227 127.9) |
Copy-ready code
/* CSS */
color: #b0f621;
background-color: #b0f621;
/* Tailwind (arbitrary) */
class="text-[#b0f621] bg-[#b0f621]"
/* SCSS */
$brand: #b0f621;
/* SwiftUI */
Color(red: 0.690, green: 0.965, blue: 0.129)
/* Android */
Color.parseColor("#b0f621")Accessibility — WCAG contrast
Aa
#b0f621 on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b0f621 on black: 16.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green96.5%
Blue12.9%
CMYK percentages
Cyan28.5%
Magenta0.0%
Yellow86.6%
Key (black)3.5%
Color previews
#b0f621 text on a black background
contrast 16.05:1
Card sample
#b0f621 text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b0f621;
Background color
Panel with #b0f621 background
background-color: #b0f621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b0f621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 246, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 246, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b0f621; background: linear-gradient(135deg, #b0f621, #22F621);