#1cc85c
a dark, electric green · cool · closest name: forestgreen
RGB
28, 200, 92
HSL
142°, 75%, 45%
CMYK
86, 0, 54, 22
Luminance
0.4233
Every format
| HEX | #1cc85c |
| RGB | rgb(28, 200, 92) |
| HSL | hsl(142, 75%, 45%) |
| CMYK | cmyk(86%, 0%, 54%, 22%) |
| LAB | lab(71.1 -63.5 42.3) |
| LCH | lch(71.1 76.3 146.3) |
| OKLCH | oklch(0.730 0.198 149.2) |
Copy-ready code
/* CSS */
color: #1cc85c;
background-color: #1cc85c;
/* Tailwind (arbitrary) */
class="text-[#1cc85c] bg-[#1cc85c]"
/* SCSS */
$brand: #1cc85c;
/* SwiftUI */
Color(red: 0.110, green: 0.784, blue: 0.361)
/* Android */
Color.parseColor("#1cc85c")Accessibility — WCAG contrast
Aa
#1cc85c on white: 2.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1cc85c on black: 9.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red11.0%
Green78.4%
Blue36.1%
CMYK percentages
Cyan86.0%
Magenta0.0%
Yellow54.0%
Key (black)21.6%
Color previews
#1cc85c text on a black background
contrast 9.47:1
Card sample
#1cc85c text on a white background
contrast 2.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1cc85c;
Background color
Panel with #1cc85c background
background-color: #1cc85c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1cc85c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(28, 200, 92, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(28, 200, 92, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1cc85c; background: linear-gradient(135deg, #1cc85c, #1CC1C8);