#01cf8f
a dark, electric cyan · cool · closest name: aquamarine
RGB
1, 207, 143
HSL
161°, 99%, 41%
CMYK
100, 0, 31, 19
Luminance
0.4662
Every format
| HEX | #01cf8f |
| RGB | rgb(1, 207, 143) |
| HSL | hsl(161, 99%, 41%) |
| CMYK | cmyk(100%, 0%, 31%, 19%) |
| LAB | lab(73.9 -57.9 20.0) |
| LCH | lch(73.9 61.2 160.9) |
| OKLCH | oklch(0.755 0.165 162.1) |
Copy-ready code
/* CSS */
color: #01cf8f;
background-color: #01cf8f;
/* Tailwind (arbitrary) */
class="text-[#01cf8f] bg-[#01cf8f]"
/* SCSS */
$brand: #01cf8f;
/* SwiftUI */
Color(red: 0.004, green: 0.812, blue: 0.561)
/* Android */
Color.parseColor("#01cf8f")Accessibility — WCAG contrast
Aa
#01cf8f on white: 2.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#01cf8f on black: 10.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.4%
Green81.2%
Blue56.1%
CMYK percentages
Cyan99.5%
Magenta0.0%
Yellow30.9%
Key (black)18.8%
Color previews
#01cf8f text on a black background
contrast 10.32:1
Card sample
#01cf8f text on a white background
contrast 2.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #01cf8f;
Background color
Panel with #01cf8f background
background-color: #01cf8f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #01cf8f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(1, 207, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(1, 207, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #01cf8f; background: linear-gradient(135deg, #01cf8f, #0186CF);