#1abc0f
a dark, electric green · cool · closest name: green
RGB
26, 188, 15
HSL
116°, 85%, 40%
CMYK
86, 0, 92, 26
Luminance
0.3622
Every format
| HEX | #1abc0f |
| RGB | rgb(26, 188, 15) |
| HSL | hsl(116, 85%, 40%) |
| CMYK | cmyk(86%, 0%, 92%, 26%) |
| LAB | lab(66.7 -66.7 64.5) |
| LCH | lch(66.7 92.8 135.9) |
| OKLCH | oklch(0.691 0.229 142.2) |
Copy-ready code
/* CSS */
color: #1abc0f;
background-color: #1abc0f;
/* Tailwind (arbitrary) */
class="text-[#1abc0f] bg-[#1abc0f]"
/* SCSS */
$brand: #1abc0f;
/* SwiftUI */
Color(red: 0.102, green: 0.737, blue: 0.059)
/* Android */
Color.parseColor("#1abc0f")Accessibility — WCAG contrast
Aa
#1abc0f on white: 2.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1abc0f on black: 8.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red10.2%
Green73.7%
Blue5.9%
CMYK percentages
Cyan86.2%
Magenta0.0%
Yellow92.0%
Key (black)26.3%
Color previews
#1abc0f text on a black background
contrast 8.24:1
Card sample
#1abc0f text on a white background
contrast 2.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1abc0f;
Background color
Panel with #1abc0f background
background-color: #1abc0f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1abc0f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(26, 188, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(26, 188, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1abc0f; background: linear-gradient(135deg, #1abc0f, #0FBC77);