#b8f366
a light, electric green · cool · closest name: khaki
RGB
184, 243, 102
HSL
85°, 86%, 68%
CMYK
24, 0, 58, 5
Luminance
0.7525
Every format
| HEX | #b8f366 |
| RGB | rgb(184, 243, 102) |
| HSL | hsl(85, 86%, 68%) |
| CMYK | cmyk(24%, 0%, 58%, 5%) |
| LAB | lab(89.5 -40.1 60.7) |
| LCH | lch(89.5 72.8 123.5) |
| OKLCH | oklch(0.896 0.181 128.6) |
Copy-ready code
/* CSS */
color: #b8f366;
background-color: #b8f366;
/* Tailwind (arbitrary) */
class="text-[#b8f366] bg-[#b8f366]"
/* SCSS */
$brand: #b8f366;
/* SwiftUI */
Color(red: 0.722, green: 0.953, blue: 0.400)
/* Android */
Color.parseColor("#b8f366")Accessibility — WCAG contrast
Aa
#b8f366 on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b8f366 on black: 16.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green95.3%
Blue40.0%
CMYK percentages
Cyan24.3%
Magenta0.0%
Yellow58.0%
Key (black)4.7%
Color previews
#b8f366 text on a black background
contrast 16.05:1
Card sample
#b8f366 text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b8f366;
Background color
Panel with #b8f366 background
background-color: #b8f366;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b8f366;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 243, 102, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 243, 102, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b8f366; background: linear-gradient(135deg, #b8f366, #66F372);