#b9db13
a balanced, electric green · cool · closest name: yellow
RGB
185, 219, 19
HSL
70°, 84%, 47%
CMYK
16, 0, 91, 14
Luminance
0.6102
Every format
| HEX | #b9db13 |
| RGB | rgb(185, 219, 19) |
| HSL | hsl(70, 84%, 47%) |
| CMYK | cmyk(16%, 0%, 91%, 14%) |
| LAB | lab(82.4 -33.1 79.4) |
| LCH | lch(82.4 86.0 112.6) |
| OKLCH | oklch(0.837 0.197 120.4) |
Copy-ready code
/* CSS */
color: #b9db13;
background-color: #b9db13;
/* Tailwind (arbitrary) */
class="text-[#b9db13] bg-[#b9db13]"
/* SCSS */
$brand: #b9db13;
/* SwiftUI */
Color(red: 0.725, green: 0.859, blue: 0.075)
/* Android */
Color.parseColor("#b9db13")Accessibility — WCAG contrast
Aa
#b9db13 on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b9db13 on black: 13.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.5%
Green85.9%
Blue7.5%
CMYK percentages
Cyan15.5%
Magenta0.0%
Yellow91.3%
Key (black)14.1%
Color previews
#b9db13 text on a black background
contrast 13.20:1
Card sample
#b9db13 text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b9db13;
Background color
Panel with #b9db13 background
background-color: #b9db13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b9db13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(185, 219, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(185, 219, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b9db13; background: linear-gradient(135deg, #b9db13, #34DB13);