#b8f694
a light, electric green · cool · closest name: khaki
RGB
184, 246, 148
HSL
98°, 85%, 77%
CMYK
25, 0, 40, 4
Luminance
0.7824
Every format
| HEX | #b8f694 |
| RGB | rgb(184, 246, 148) |
| HSL | hsl(98, 85%, 77%) |
| CMYK | cmyk(25%, 0%, 40%, 4%) |
| LAB | lab(90.9 -36.5 41.0) |
| LCH | lch(90.9 54.9 131.7) |
| OKLCH | oklch(0.909 0.142 134.8) |
Copy-ready code
/* CSS */
color: #b8f694;
background-color: #b8f694;
/* Tailwind (arbitrary) */
class="text-[#b8f694] bg-[#b8f694]"
/* SCSS */
$brand: #b8f694;
/* SwiftUI */
Color(red: 0.722, green: 0.965, blue: 0.580)
/* Android */
Color.parseColor("#b8f694")Accessibility — WCAG contrast
Aa
#b8f694 on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b8f694 on black: 16.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green96.5%
Blue58.0%
CMYK percentages
Cyan25.2%
Magenta0.0%
Yellow39.8%
Key (black)3.5%
Color previews
#b8f694 text on a black background
contrast 16.65:1
Card sample
#b8f694 text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b8f694;
Background color
Panel with #b8f694 background
background-color: #b8f694;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b8f694;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 246, 148, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 246, 148, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b8f694; background: linear-gradient(135deg, #b8f694, #94F6B2);