#b0e621
a balanced, electric green · cool · closest name: yellow
RGB
176, 230, 33
HSL
76°, 80%, 52%
CMYK
24, 0, 86, 10
Luminance
0.6593
Every format
| HEX | #b0e621 |
| RGB | rgb(176, 230, 33) |
| HSL | hsl(76, 80%, 52%) |
| CMYK | cmyk(24%, 0%, 86%, 10%) |
| LAB | lab(85.0 -41.3 79.0) |
| LCH | lch(85.0 89.1 117.6) |
| OKLCH | oklch(0.856 0.209 125.3) |
Copy-ready code
/* CSS */
color: #b0e621;
background-color: #b0e621;
/* Tailwind (arbitrary) */
class="text-[#b0e621] bg-[#b0e621]"
/* SCSS */
$brand: #b0e621;
/* SwiftUI */
Color(red: 0.690, green: 0.902, blue: 0.129)
/* Android */
Color.parseColor("#b0e621")Accessibility — WCAG contrast
Aa
#b0e621 on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b0e621 on black: 14.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green90.2%
Blue12.9%
CMYK percentages
Cyan23.5%
Magenta0.0%
Yellow85.7%
Key (black)9.8%
Color previews
#b0e621 text on a black background
contrast 14.19:1
Card sample
#b0e621 text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b0e621;
Background color
Panel with #b0e621 background
background-color: #b0e621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b0e621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 230, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 230, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b0e621; background: linear-gradient(135deg, #b0e621, #2DE621);