#b0dc13
a balanced, electric green · cool · closest name: yellow
RGB
176, 220, 19
HSL
73°, 84%, 47%
CMYK
20, 0, 91, 14
Luminance
0.6046
Every format
| HEX | #b0dc13 |
| RGB | rgb(176, 220, 19) |
| HSL | hsl(73, 84%, 47%) |
| CMYK | cmyk(20%, 0%, 91%, 14%) |
| LAB | lab(82.1 -37.1 78.9) |
| LCH | lch(82.1 87.2 115.2) |
| OKLCH | oklch(0.833 0.202 123.1) |
Copy-ready code
/* CSS */
color: #b0dc13;
background-color: #b0dc13;
/* Tailwind (arbitrary) */
class="text-[#b0dc13] bg-[#b0dc13]"
/* SCSS */
$brand: #b0dc13;
/* SwiftUI */
Color(red: 0.690, green: 0.863, blue: 0.075)
/* Android */
Color.parseColor("#b0dc13")Accessibility — WCAG contrast
Aa
#b0dc13 on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b0dc13 on black: 13.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green86.3%
Blue7.5%
CMYK percentages
Cyan20.0%
Magenta0.0%
Yellow91.4%
Key (black)13.7%
Color previews
#b0dc13 text on a black background
contrast 13.09:1
Card sample
#b0dc13 text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b0dc13;
Background color
Panel with #b0dc13 background
background-color: #b0dc13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b0dc13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 220, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 220, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b0dc13; background: linear-gradient(135deg, #b0dc13, #2ADC13);