#01cfac
a dark, electric cyan · cool · closest name: turquoise
RGB
1, 207, 172
HSL
170°, 99%, 41%
CMYK
100, 0, 17, 19
Luminance
0.4761
Every format
| HEX | #01cfac |
| RGB | rgb(1, 207, 172) |
| HSL | hsl(170, 99%, 41%) |
| CMYK | cmyk(100%, 0%, 17%, 19%) |
| LAB | lab(74.6 -50.9 5.4) |
| LCH | lch(74.6 51.1 173.9) |
| OKLCH | oklch(0.763 0.144 174.6) |
Copy-ready code
/* CSS */
color: #01cfac;
background-color: #01cfac;
/* Tailwind (arbitrary) */
class="text-[#01cfac] bg-[#01cfac]"
/* SCSS */
$brand: #01cfac;
/* SwiftUI */
Color(red: 0.004, green: 0.812, blue: 0.675)
/* Android */
Color.parseColor("#01cfac")Accessibility — WCAG contrast
Aa
#01cfac on white: 2.00:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#01cfac on black: 10.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.4%
Green81.2%
Blue67.5%
CMYK percentages
Cyan99.5%
Magenta0.0%
Yellow16.9%
Key (black)18.8%
Color previews
#01cfac text on a black background
contrast 10.52:1
Card sample
#01cfac text on a white background
contrast 2.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #01cfac;
Background color
Panel with #01cfac background
background-color: #01cfac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #01cfac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(1, 207, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(1, 207, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #01cfac; background: linear-gradient(135deg, #01cfac, #0169CF);