#01dfdf
a dark, electric cyan · cool · closest name: turquoise
RGB
1, 223, 223
HSL
180°, 99%, 44%
CMYK
100, 0, 0, 13
Luminance
0.5811
Every format
| HEX | #01dfdf |
| RGB | rgb(1, 223, 223) |
| HSL | hsl(180, 99%, 44%) |
| CMYK | cmyk(100%, 0%, 0%, 13%) |
| LAB | lab(80.8 -43.4 -12.8) |
| LCH | lch(80.8 45.3 196.4) |
| OKLCH | oklch(0.818 0.140 194.8) |
Copy-ready code
/* CSS */
color: #01dfdf;
background-color: #01dfdf;
/* Tailwind (arbitrary) */
class="text-[#01dfdf] bg-[#01dfdf]"
/* SCSS */
$brand: #01dfdf;
/* SwiftUI */
Color(red: 0.004, green: 0.875, blue: 0.875)
/* Android */
Color.parseColor("#01dfdf")Accessibility — WCAG contrast
Aa
#01dfdf on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#01dfdf on black: 12.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.4%
Green87.5%
Blue87.5%
CMYK percentages
Cyan99.6%
Magenta0.0%
Yellow0.0%
Key (black)12.5%
Color previews
#01dfdf text on a black background
contrast 12.62:1
Card sample
#01dfdf text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #01dfdf;
Background color
Panel with #01dfdf background
background-color: #01dfdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #01dfdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(1, 223, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(1, 223, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #01dfdf; background: linear-gradient(135deg, #01dfdf, #014BDF);