#b1da13
a balanced, electric green · cool · closest name: yellow
RGB
177, 218, 19
HSL
72°, 84%, 47%
CMYK
19, 0, 91, 15
Luminance
0.5954
Every format
| HEX | #b1da13 |
| RGB | rgb(177, 218, 19) |
| HSL | hsl(72, 84%, 47%) |
| CMYK | cmyk(19%, 0%, 91%, 15%) |
| LAB | lab(81.6 -35.8 78.5) |
| LCH | lch(81.6 86.3 114.5) |
| OKLCH | oklch(0.829 0.199 122.4) |
Copy-ready code
/* CSS */
color: #b1da13;
background-color: #b1da13;
/* Tailwind (arbitrary) */
class="text-[#b1da13] bg-[#b1da13]"
/* SCSS */
$brand: #b1da13;
/* SwiftUI */
Color(red: 0.694, green: 0.855, blue: 0.075)
/* Android */
Color.parseColor("#b1da13")Accessibility — WCAG contrast
Aa
#b1da13 on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b1da13 on black: 12.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.4%
Green85.5%
Blue7.5%
CMYK percentages
Cyan18.8%
Magenta0.0%
Yellow91.3%
Key (black)14.5%
Color previews
#b1da13 text on a black background
contrast 12.91:1
Card sample
#b1da13 text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b1da13;
Background color
Panel with #b1da13 background
background-color: #b1da13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b1da13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(177, 218, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(177, 218, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b1da13; background: linear-gradient(135deg, #b1da13, #2CDA13);