#b9e200
a dark, electric green · cool · closest name: yellow
RGB
185, 226, 0
HSL
71°, 100%, 44%
CMYK
18, 0, 100, 11
Luminance
0.6471
Every format
| HEX | #b9e200 |
| RGB | rgb(185, 226, 0) |
| HSL | hsl(71, 100%, 44%) |
| CMYK | cmyk(18%, 0%, 100%, 11%) |
| LAB | lab(84.3 -36.5 82.7) |
| LCH | lch(84.3 90.4 113.8) |
| OKLCH | oklch(0.853 0.207 121.9) |
Copy-ready code
/* CSS */
color: #b9e200;
background-color: #b9e200;
/* Tailwind (arbitrary) */
class="text-[#b9e200] bg-[#b9e200]"
/* SCSS */
$brand: #b9e200;
/* SwiftUI */
Color(red: 0.725, green: 0.886, blue: 0.000)
/* Android */
Color.parseColor("#b9e200")Accessibility — WCAG contrast
Aa
#b9e200 on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b9e200 on black: 13.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.5%
Green88.6%
Blue0.0%
CMYK percentages
Cyan18.1%
Magenta0.0%
Yellow100.0%
Key (black)11.4%
Color previews
#b9e200 text on a black background
contrast 13.94:1
Card sample
#b9e200 text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b9e200;
Background color
Panel with #b9e200 background
background-color: #b9e200;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b9e200;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(185, 226, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(185, 226, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b9e200; background: linear-gradient(135deg, #b9e200, #22E200);