#b9f38c
a light, electric green · cool · closest name: khaki
RGB
185, 243, 140
HSL
94°, 81%, 75%
CMYK
24, 0, 42, 5
Luminance
0.7631
Every format
| HEX | #b9f38c |
| RGB | rgb(185, 243, 140) |
| HSL | hsl(94, 81%, 75%) |
| CMYK | cmyk(24%, 0%, 42%, 5%) |
| LAB | lab(90.0 -35.8 43.8) |
| LCH | lch(90.0 56.5 129.3) |
| OKLCH | oklch(0.901 0.145 132.6) |
Copy-ready code
/* CSS */
color: #b9f38c;
background-color: #b9f38c;
/* Tailwind (arbitrary) */
class="text-[#b9f38c] bg-[#b9f38c]"
/* SCSS */
$brand: #b9f38c;
/* SwiftUI */
Color(red: 0.725, green: 0.953, blue: 0.549)
/* Android */
Color.parseColor("#b9f38c")Accessibility — WCAG contrast
Aa
#b9f38c on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b9f38c on black: 16.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.5%
Green95.3%
Blue54.9%
CMYK percentages
Cyan23.9%
Magenta0.0%
Yellow42.4%
Key (black)4.7%
Color previews
#b9f38c text on a black background
contrast 16.26:1
Card sample
#b9f38c text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b9f38c;
Background color
Panel with #b9f38c background
background-color: #b9f38c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b9f38c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(185, 243, 140, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(185, 243, 140, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b9f38c; background: linear-gradient(135deg, #b9f38c, #8CF3A4);