#b0fd7d
a light, electric green · cool · closest name: khaki
RGB
176, 253, 125
HSL
96°, 97%, 74%
CMYK
30, 0, 51, 1
Luminance
0.8096
Every format
| HEX | #b0fd7d |
| RGB | rgb(176, 253, 125) |
| HSL | hsl(96, 97%, 74%) |
| CMYK | cmyk(30%, 0%, 51%, 1%) |
| LAB | lab(92.1 -45.0 53.4) |
| LCH | lch(92.1 69.8 130.2) |
| OKLCH | oklch(0.917 0.178 134.3) |
Copy-ready code
/* CSS */
color: #b0fd7d;
background-color: #b0fd7d;
/* Tailwind (arbitrary) */
class="text-[#b0fd7d] bg-[#b0fd7d]"
/* SCSS */
$brand: #b0fd7d;
/* SwiftUI */
Color(red: 0.690, green: 0.992, blue: 0.490)
/* Android */
Color.parseColor("#b0fd7d")Accessibility — WCAG contrast
Aa
#b0fd7d on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b0fd7d on black: 17.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green99.2%
Blue49.0%
CMYK percentages
Cyan30.4%
Magenta0.0%
Yellow50.6%
Key (black)0.8%
Color previews
#b0fd7d text on a black background
contrast 17.19:1
Card sample
#b0fd7d text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b0fd7d;
Background color
Panel with #b0fd7d background
background-color: #b0fd7d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b0fd7d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 253, 125, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 253, 125, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b0fd7d; background: linear-gradient(135deg, #b0fd7d, #7DFD9F);