#b9eb00
a balanced, electric green · cool · closest name: yellow
RGB
185, 235, 0
HSL
73°, 100%, 46%
CMYK
21, 0, 100, 8
Luminance
0.6973
Every format
| HEX | #b9eb00 |
| RGB | rgb(185, 235, 0) |
| HSL | hsl(73, 100%, 46%) |
| CMYK | cmyk(21%, 0%, 100%, 8%) |
| LAB | lab(86.9 -40.5 84.7) |
| LCH | lch(86.9 93.9 115.6) |
| OKLCH | oklch(0.873 0.216 123.8) |
Copy-ready code
/* CSS */
color: #b9eb00;
background-color: #b9eb00;
/* Tailwind (arbitrary) */
class="text-[#b9eb00] bg-[#b9eb00]"
/* SCSS */
$brand: #b9eb00;
/* SwiftUI */
Color(red: 0.725, green: 0.922, blue: 0.000)
/* Android */
Color.parseColor("#b9eb00")Accessibility — WCAG contrast
Aa
#b9eb00 on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b9eb00 on black: 14.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.5%
Green92.2%
Blue0.0%
CMYK percentages
Cyan21.3%
Magenta0.0%
Yellow100.0%
Key (black)7.8%
Color previews
#b9eb00 text on a black background
contrast 14.95:1
Card sample
#b9eb00 text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b9eb00;
Background color
Panel with #b9eb00 background
background-color: #b9eb00;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b9eb00;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(185, 235, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(185, 235, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b9eb00; background: linear-gradient(135deg, #b9eb00, #1CEB00);