#b9f994
a light, electric green · cool · closest name: khaki
RGB
185, 249, 148
HSL
98°, 89%, 78%
CMYK
26, 0, 41, 2
Luminance
0.8020
Every format
| HEX | #b9f994 |
| RGB | rgb(185, 249, 148) |
| HSL | hsl(98, 89%, 78%) |
| CMYK | cmyk(26%, 0%, 41%, 2%) |
| LAB | lab(91.8 -37.5 42.1) |
| LCH | lch(91.8 56.4 131.7) |
| OKLCH | oklch(0.916 0.146 134.8) |
Copy-ready code
/* CSS */
color: #b9f994;
background-color: #b9f994;
/* Tailwind (arbitrary) */
class="text-[#b9f994] bg-[#b9f994]"
/* SCSS */
$brand: #b9f994;
/* SwiftUI */
Color(red: 0.725, green: 0.976, blue: 0.580)
/* Android */
Color.parseColor("#b9f994")Accessibility — WCAG contrast
Aa
#b9f994 on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b9f994 on black: 17.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.5%
Green97.6%
Blue58.0%
CMYK percentages
Cyan25.7%
Magenta0.0%
Yellow40.6%
Key (black)2.4%
Color previews
#b9f994 text on a black background
contrast 17.04:1
Card sample
#b9f994 text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b9f994;
Background color
Panel with #b9f994 background
background-color: #b9f994;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b9f994;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(185, 249, 148, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(185, 249, 148, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b9f994; background: linear-gradient(135deg, #b9f994, #94F9B2);