#01cdff
a balanced, electric cyan · cool · closest name: skyblue
RGB
1, 205, 255
HSL
192°, 100%, 50%
CMYK
100, 20, 0, 0
Luminance
0.5089
Every format
| HEX | #01cdff |
| RGB | rgb(1, 205, 255) |
| HSL | hsl(192, 100%, 50%) |
| CMYK | cmyk(100%, 20%, 0%, 0%) |
| LAB | lab(76.6 -24.8 -36.2) |
| LCH | lch(76.6 43.9 235.6) |
| OKLCH | oklch(0.788 0.147 223.7) |
Copy-ready code
/* CSS */
color: #01cdff;
background-color: #01cdff;
/* Tailwind (arbitrary) */
class="text-[#01cdff] bg-[#01cdff]"
/* SCSS */
$brand: #01cdff;
/* SwiftUI */
Color(red: 0.004, green: 0.804, blue: 1.000)
/* Android */
Color.parseColor("#01cdff")Accessibility — WCAG contrast
Aa
#01cdff on white: 1.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#01cdff on black: 11.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.4%
Green80.4%
Blue100.0%
CMYK percentages
Cyan99.6%
Magenta19.6%
Yellow0.0%
Key (black)0.0%
Color previews
#01cdff text on a black background
contrast 11.18:1
Card sample
#01cdff text on a white background
contrast 1.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #01cdff;
Background color
Panel with #01cdff background
background-color: #01cdff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #01cdff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(1, 205, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(1, 205, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #01cdff; background: linear-gradient(135deg, #01cdff, #0124FF);