#01cf6f
a dark, electric green · cool · closest name: forestgreen
RGB
1, 207, 111
HSL
152°, 99%, 41%
CMYK
100, 0, 46, 19
Luminance
0.4578
Every format
| HEX | #01cf6f |
| RGB | rgb(1, 207, 111) |
| HSL | hsl(152, 99%, 41%) |
| CMYK | cmyk(100%, 0%, 46%, 19%) |
| LAB | lab(73.4 -64.2 35.8) |
| LCH | lch(73.4 73.5 150.8) |
| OKLCH | oklch(0.749 0.193 152.9) |
Copy-ready code
/* CSS */
color: #01cf6f;
background-color: #01cf6f;
/* Tailwind (arbitrary) */
class="text-[#01cf6f] bg-[#01cf6f]"
/* SCSS */
$brand: #01cf6f;
/* SwiftUI */
Color(red: 0.004, green: 0.812, blue: 0.435)
/* Android */
Color.parseColor("#01cf6f")Accessibility — WCAG contrast
Aa
#01cf6f on white: 2.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#01cf6f on black: 10.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.4%
Green81.2%
Blue43.5%
CMYK percentages
Cyan99.5%
Magenta0.0%
Yellow46.4%
Key (black)18.8%
Color previews
#01cf6f text on a black background
contrast 10.16:1
Card sample
#01cf6f text on a white background
contrast 2.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #01cf6f;
Background color
Panel with #01cf6f background
background-color: #01cf6f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #01cf6f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(1, 207, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(1, 207, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #01cf6f; background: linear-gradient(135deg, #01cf6f, #01A6CF);