#01decf
a dark, electric cyan · cool · closest name: turquoise
RGB
1, 222, 207
HSL
176°, 99%, 44%
CMYK
100, 0, 7, 13
Luminance
0.5675
Every format
| HEX | #01decf |
| RGB | rgb(1, 222, 207) |
| HSL | hsl(176, 99%, 44%) |
| CMYK | cmyk(100%, 0%, 7%, 13%) |
| LAB | lab(80.0 -47.6 -5.4) |
| LCH | lch(80.0 47.9 186.4) |
| OKLCH | oklch(0.810 0.142 186.2) |
Copy-ready code
/* CSS */
color: #01decf;
background-color: #01decf;
/* Tailwind (arbitrary) */
class="text-[#01decf] bg-[#01decf]"
/* SCSS */
$brand: #01decf;
/* SwiftUI */
Color(red: 0.004, green: 0.871, blue: 0.812)
/* Android */
Color.parseColor("#01decf")Accessibility — WCAG contrast
Aa
#01decf on white: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#01decf on black: 12.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.4%
Green87.1%
Blue81.2%
CMYK percentages
Cyan99.5%
Magenta0.0%
Yellow6.8%
Key (black)12.9%
Color previews
#01decf text on a black background
contrast 12.35:1
Card sample
#01decf text on a white background
contrast 1.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #01decf;
Background color
Panel with #01decf background
background-color: #01decf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #01decf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(1, 222, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(1, 222, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #01decf; background: linear-gradient(135deg, #01decf, #015ADE);