#b0f159
a balanced, electric green · cool · closest name: yellow
RGB
176, 241, 89
HSL
86°, 84%, 65%
CMYK
27, 0, 63, 6
Luminance
0.7286
Every format
| HEX | #b0f159 |
| RGB | rgb(176, 241, 89) |
| HSL | hsl(86, 84%, 65%) |
| CMYK | cmyk(27%, 0%, 63%, 6%) |
| LAB | lab(88.4 -43.2 64.8) |
| LCH | lch(88.4 77.8 123.7) |
| OKLCH | oklch(0.885 0.192 129.4) |
Copy-ready code
/* CSS */
color: #b0f159;
background-color: #b0f159;
/* Tailwind (arbitrary) */
class="text-[#b0f159] bg-[#b0f159]"
/* SCSS */
$brand: #b0f159;
/* SwiftUI */
Color(red: 0.690, green: 0.945, blue: 0.349)
/* Android */
Color.parseColor("#b0f159")Accessibility — WCAG contrast
Aa
#b0f159 on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b0f159 on black: 15.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green94.5%
Blue34.9%
CMYK percentages
Cyan27.0%
Magenta0.0%
Yellow63.1%
Key (black)5.5%
Color previews
#b0f159 text on a black background
contrast 15.57:1
Card sample
#b0f159 text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b0f159;
Background color
Panel with #b0f159 background
background-color: #b0f159;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b0f159;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 241, 89, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 241, 89, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b0f159; background: linear-gradient(135deg, #b0f159, #59F167);