#01eccd
a balanced, electric cyan · cool · closest name: turquoise
RGB
1, 236, 205
HSL
172°, 99%, 47%
CMYK
100, 0, 13, 8
Luminance
0.6441
Every format
| HEX | #01eccd |
| RGB | rgb(1, 236, 205) |
| HSL | hsl(172, 99%, 47%) |
| CMYK | cmyk(100%, 0%, 13%, 8%) |
| LAB | lab(84.2 -53.9 1.8) |
| LCH | lch(84.2 54.0 178.1) |
| OKLCH | oklch(0.844 0.155 178.6) |
Copy-ready code
/* CSS */
color: #01eccd;
background-color: #01eccd;
/* Tailwind (arbitrary) */
class="text-[#01eccd] bg-[#01eccd]"
/* SCSS */
$brand: #01eccd;
/* SwiftUI */
Color(red: 0.004, green: 0.925, blue: 0.804)
/* Android */
Color.parseColor("#01eccd")Accessibility — WCAG contrast
Aa
#01eccd on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#01eccd on black: 13.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.4%
Green92.5%
Blue80.4%
CMYK percentages
Cyan99.6%
Magenta0.0%
Yellow13.1%
Key (black)7.5%
Color previews
#01eccd text on a black background
contrast 13.88:1
Card sample
#01eccd text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #01eccd;
Background color
Panel with #01eccd background
background-color: #01eccd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #01eccd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(1, 236, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(1, 236, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #01eccd; background: linear-gradient(135deg, #01eccd, #016EEC);