#01cdda
a dark, electric cyan · cool · closest name: turquoise
RGB
1, 205, 218
HSL
184°, 99%, 43%
CMYK
100, 6, 0, 15
Luminance
0.4873
Every format
| HEX | #01cdda |
| RGB | rgb(1, 205, 218) |
| HSL | hsl(184, 99%, 43%) |
| CMYK | cmyk(100%, 6%, 0%, 15%) |
| LAB | lab(75.3 -36.8 -18.4) |
| LCH | lch(75.3 41.1 206.5) |
| OKLCH | oklch(0.773 0.132 202.9) |
Copy-ready code
/* CSS */
color: #01cdda;
background-color: #01cdda;
/* Tailwind (arbitrary) */
class="text-[#01cdda] bg-[#01cdda]"
/* SCSS */
$brand: #01cdda;
/* SwiftUI */
Color(red: 0.004, green: 0.804, blue: 0.855)
/* Android */
Color.parseColor("#01cdda")Accessibility — WCAG contrast
Aa
#01cdda on white: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#01cdda on black: 10.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.4%
Green80.4%
Blue85.5%
CMYK percentages
Cyan99.5%
Magenta6.0%
Yellow0.0%
Key (black)14.5%
Color previews
#01cdda text on a black background
contrast 10.75:1
Card sample
#01cdda text on a white background
contrast 1.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #01cdda;
Background color
Panel with #01cdda background
background-color: #01cdda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #01cdda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(1, 205, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(1, 205, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #01cdda; background: linear-gradient(135deg, #01cdda, #013CDA);