#b8f58f
a light, electric green · cool · closest name: khaki
RGB
184, 245, 143
HSL
96°, 84%, 76%
CMYK
25, 0, 42, 4
Luminance
0.7748
Every format
| HEX | #b8f58f |
| RGB | rgb(184, 245, 143) |
| HSL | hsl(96, 84%, 76%) |
| CMYK | cmyk(25%, 0%, 42%, 4%) |
| LAB | lab(90.5 -36.6 43.0) |
| LCH | lch(90.5 56.5 130.4) |
| OKLCH | oklch(0.906 0.145 133.7) |
Copy-ready code
/* CSS */
color: #b8f58f;
background-color: #b8f58f;
/* Tailwind (arbitrary) */
class="text-[#b8f58f] bg-[#b8f58f]"
/* SCSS */
$brand: #b8f58f;
/* SwiftUI */
Color(red: 0.722, green: 0.961, blue: 0.561)
/* Android */
Color.parseColor("#b8f58f")Accessibility — WCAG contrast
Aa
#b8f58f on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b8f58f on black: 16.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green96.1%
Blue56.1%
CMYK percentages
Cyan24.9%
Magenta0.0%
Yellow41.6%
Key (black)3.9%
Color previews
#b8f58f text on a black background
contrast 16.50:1
Card sample
#b8f58f text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b8f58f;
Background color
Panel with #b8f58f background
background-color: #b8f58f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b8f58f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 245, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 245, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b8f58f; background: linear-gradient(135deg, #b8f58f, #8FF5AA);