#01cbaf
a dark, electric cyan · cool · closest name: turquoise
RGB
1, 203, 175
HSL
172°, 99%, 40%
CMYK
100, 0, 14, 20
Luminance
0.4581
Every format
| HEX | #01cbaf |
| RGB | rgb(1, 203, 175) |
| HSL | hsl(172, 99%, 40%) |
| CMYK | cmyk(100%, 0%, 14%, 20%) |
| LAB | lab(73.4 -48.4 2.1) |
| LCH | lch(73.4 48.5 177.5) |
| OKLCH | oklch(0.753 0.139 178.0) |
Copy-ready code
/* CSS */
color: #01cbaf;
background-color: #01cbaf;
/* Tailwind (arbitrary) */
class="text-[#01cbaf] bg-[#01cbaf]"
/* SCSS */
$brand: #01cbaf;
/* SwiftUI */
Color(red: 0.004, green: 0.796, blue: 0.686)
/* Android */
Color.parseColor("#01cbaf")Accessibility — WCAG contrast
Aa
#01cbaf on white: 2.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#01cbaf on black: 10.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.4%
Green79.6%
Blue68.6%
CMYK percentages
Cyan99.5%
Magenta0.0%
Yellow13.8%
Key (black)20.4%
Color previews
#01cbaf text on a black background
contrast 10.16:1
Card sample
#01cbaf text on a white background
contrast 2.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #01cbaf;
Background color
Panel with #01cbaf background
background-color: #01cbaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #01cbaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(1, 203, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(1, 203, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #01cbaf; background: linear-gradient(135deg, #01cbaf, #0160CB);