#01ccfd
a balanced, electric cyan · cool · closest name: skyblue
RGB
1, 204, 253
HSL
192°, 99%, 50%
CMYK
100, 19, 0, 1
Luminance
0.5028
Every format
| HEX | #01ccfd |
| RGB | rgb(1, 204, 253) |
| HSL | hsl(192, 99%, 50%) |
| CMYK | cmyk(100%, 19%, 0%, 1%) |
| LAB | lab(76.2 -25.0 -35.7) |
| LCH | lch(76.2 43.6 235.0) |
| OKLCH | oklch(0.785 0.146 223.3) |
Copy-ready code
/* CSS */
color: #01ccfd;
background-color: #01ccfd;
/* Tailwind (arbitrary) */
class="text-[#01ccfd] bg-[#01ccfd]"
/* SCSS */
$brand: #01ccfd;
/* SwiftUI */
Color(red: 0.004, green: 0.800, blue: 0.992)
/* Android */
Color.parseColor("#01ccfd")Accessibility — WCAG contrast
Aa
#01ccfd on white: 1.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#01ccfd on black: 11.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.4%
Green80.0%
Blue99.2%
CMYK percentages
Cyan99.6%
Magenta19.4%
Yellow0.0%
Key (black)0.8%
Color previews
#01ccfd text on a black background
contrast 11.06:1
Card sample
#01ccfd text on a white background
contrast 1.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #01ccfd;
Background color
Panel with #01ccfd background
background-color: #01ccfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #01ccfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(1, 204, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(1, 204, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #01ccfd; background: linear-gradient(135deg, #01ccfd, #0124FD);