#01cfbc
a dark, electric cyan · cool · closest name: turquoise
RGB
1, 207, 188
HSL
175°, 99%, 41%
CMYK
100, 0, 9, 19
Luminance
0.4826
Every format
| HEX | #01cfbc |
| RGB | rgb(1, 207, 188) |
| HSL | hsl(175, 99%, 41%) |
| CMYK | cmyk(100%, 0%, 9%, 19%) |
| LAB | lab(75.0 -46.5 -2.6) |
| LCH | lch(75.0 46.6 183.2) |
| OKLCH | oklch(0.767 0.136 183.3) |
Copy-ready code
/* CSS */
color: #01cfbc;
background-color: #01cfbc;
/* Tailwind (arbitrary) */
class="text-[#01cfbc] bg-[#01cfbc]"
/* SCSS */
$brand: #01cfbc;
/* SwiftUI */
Color(red: 0.004, green: 0.812, blue: 0.737)
/* Android */
Color.parseColor("#01cfbc")Accessibility — WCAG contrast
Aa
#01cfbc on white: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#01cfbc on black: 10.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.4%
Green81.2%
Blue73.7%
CMYK percentages
Cyan99.5%
Magenta0.0%
Yellow9.2%
Key (black)18.8%
Color previews
#01cfbc text on a black background
contrast 10.65:1
Card sample
#01cfbc text on a white background
contrast 1.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #01cfbc;
Background color
Panel with #01cfbc background
background-color: #01cfbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #01cfbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(1, 207, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(1, 207, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #01cfbc; background: linear-gradient(135deg, #01cfbc, #0159CF);