#1bc06f
a dark, electric green · cool · closest name: forestgreen
RGB
27, 192, 111
HSL
151°, 75%, 43%
CMYK
86, 0, 42, 25
Luminance
0.3908
Every format
| HEX | #1bc06f |
| RGB | rgb(27, 192, 111) |
| HSL | hsl(151, 75%, 43%) |
| CMYK | cmyk(86%, 0%, 42%, 25%) |
| LAB | lab(68.8 -57.8 29.9) |
| LCH | lch(68.8 65.1 152.6) |
| OKLCH | oklch(0.712 0.172 154.5) |
Copy-ready code
/* CSS */
color: #1bc06f;
background-color: #1bc06f;
/* Tailwind (arbitrary) */
class="text-[#1bc06f] bg-[#1bc06f]"
/* SCSS */
$brand: #1bc06f;
/* SwiftUI */
Color(red: 0.106, green: 0.753, blue: 0.435)
/* Android */
Color.parseColor("#1bc06f")Accessibility — WCAG contrast
Aa
#1bc06f on white: 2.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1bc06f on black: 8.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red10.6%
Green75.3%
Blue43.5%
CMYK percentages
Cyan85.9%
Magenta0.0%
Yellow42.2%
Key (black)24.7%
Color previews
#1bc06f text on a black background
contrast 8.82:1
Card sample
#1bc06f text on a white background
contrast 2.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1bc06f;
Background color
Panel with #1bc06f background
background-color: #1bc06f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1bc06f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(27, 192, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(27, 192, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1bc06f; background: linear-gradient(135deg, #1bc06f, #1BA3C0);