#1abb13
a dark, electric green · cool · closest name: green
RGB
26, 187, 19
HSL
118°, 82%, 40%
CMYK
86, 0, 90, 27
Luminance
0.3581
Every format
| HEX | #1abb13 |
| RGB | rgb(26, 187, 19) |
| HSL | hsl(118, 82%, 40%) |
| CMYK | cmyk(86%, 0%, 90%, 27%) |
| LAB | lab(66.4 -66.3 63.6) |
| LCH | lch(66.4 91.8 136.2) |
| OKLCH | oklch(0.689 0.227 142.4) |
Copy-ready code
/* CSS */
color: #1abb13;
background-color: #1abb13;
/* Tailwind (arbitrary) */
class="text-[#1abb13] bg-[#1abb13]"
/* SCSS */
$brand: #1abb13;
/* SwiftUI */
Color(red: 0.102, green: 0.733, blue: 0.075)
/* Android */
Color.parseColor("#1abb13")Accessibility — WCAG contrast
Aa
#1abb13 on white: 2.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1abb13 on black: 8.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red10.2%
Green73.3%
Blue7.5%
CMYK percentages
Cyan86.1%
Magenta0.0%
Yellow89.8%
Key (black)26.7%
Color previews
#1abb13 text on a black background
contrast 8.16:1
Card sample
#1abb13 text on a white background
contrast 2.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1abb13;
Background color
Panel with #1abb13 background
background-color: #1abb13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1abb13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(26, 187, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(26, 187, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1abb13; background: linear-gradient(135deg, #1abb13, #13BB7C);