#b0f749
a balanced, electric green · cool · closest name: yellow
RGB
176, 247, 73
HSL
85°, 92%, 63%
CMYK
29, 0, 70, 3
Luminance
0.7623
Every format
| HEX | #b0f749 |
| RGB | rgb(176, 247, 73) |
| HSL | hsl(85, 92%, 63%) |
| CMYK | cmyk(29%, 0%, 70%, 3%) |
| LAB | lab(90.0 -46.9 72.4) |
| LCH | lch(90.0 86.3 122.9) |
| OKLCH | oklch(0.898 0.210 129.3) |
Copy-ready code
/* CSS */
color: #b0f749;
background-color: #b0f749;
/* Tailwind (arbitrary) */
class="text-[#b0f749] bg-[#b0f749]"
/* SCSS */
$brand: #b0f749;
/* SwiftUI */
Color(red: 0.690, green: 0.969, blue: 0.286)
/* Android */
Color.parseColor("#b0f749")Accessibility — WCAG contrast
Aa
#b0f749 on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b0f749 on black: 16.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green96.9%
Blue28.6%
CMYK percentages
Cyan28.7%
Magenta0.0%
Yellow70.4%
Key (black)3.1%
Color previews
#b0f749 text on a black background
contrast 16.25:1
Card sample
#b0f749 text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b0f749;
Background color
Panel with #b0f749 background
background-color: #b0f749;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b0f749;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 247, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 247, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b0f749; background: linear-gradient(135deg, #b0f749, #49F756);