#b9ff85
a light, electric green · cool · closest name: khaki
RGB
185, 255, 133
HSL
94°, 100%, 76%
CMYK
28, 0, 48, 0
Luminance
0.8353
Every format
| HEX | #b9ff85 |
| RGB | rgb(185, 255, 133) |
| HSL | hsl(94, 100%, 76%) |
| CMYK | cmyk(28%, 0%, 48%, 0%) |
| LAB | lab(93.2 -42.0 51.2) |
| LCH | lch(93.2 66.2 129.4) |
| OKLCH | oklch(0.927 0.169 133.3) |
Copy-ready code
/* CSS */
color: #b9ff85;
background-color: #b9ff85;
/* Tailwind (arbitrary) */
class="text-[#b9ff85] bg-[#b9ff85]"
/* SCSS */
$brand: #b9ff85;
/* SwiftUI */
Color(red: 0.725, green: 1.000, blue: 0.522)
/* Android */
Color.parseColor("#b9ff85")Accessibility — WCAG contrast
Aa
#b9ff85 on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b9ff85 on black: 17.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.5%
Green100.0%
Blue52.2%
CMYK percentages
Cyan27.5%
Magenta0.0%
Yellow47.8%
Key (black)0.0%
Color previews
#b9ff85 text on a black background
contrast 17.71:1
Card sample
#b9ff85 text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b9ff85;
Background color
Panel with #b9ff85 background
background-color: #b9ff85;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b9ff85;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(185, 255, 133, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(185, 255, 133, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b9ff85; background: linear-gradient(135deg, #b9ff85, #85FFA2);