#2cccfd
a balanced, electric cyan · cool · closest name: skyblue
RGB
44, 204, 253
HSL
194°, 98%, 58%
CMYK
83, 19, 0, 1
Luminance
0.5081
Every format
| HEX | #2cccfd |
| RGB | rgb(44, 204, 253) |
| HSL | hsl(194, 98%, 58%) |
| CMYK | cmyk(83%, 19%, 0%, 1%) |
| LAB | lab(76.6 -23.2 -35.2) |
| LCH | lch(76.6 42.1 236.6) |
| OKLCH | oklch(0.788 0.141 224.7) |
Copy-ready code
/* CSS */
color: #2cccfd;
background-color: #2cccfd;
/* Tailwind (arbitrary) */
class="text-[#2cccfd] bg-[#2cccfd]"
/* SCSS */
$brand: #2cccfd;
/* SwiftUI */
Color(red: 0.173, green: 0.800, blue: 0.992)
/* Android */
Color.parseColor("#2cccfd")Accessibility — WCAG contrast
Aa
#2cccfd on white: 1.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2cccfd on black: 11.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green80.0%
Blue99.2%
CMYK percentages
Cyan82.6%
Magenta19.4%
Yellow0.0%
Key (black)0.8%
Color previews
#2cccfd text on a black background
contrast 11.16:1
Card sample
#2cccfd text on a white background
contrast 1.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2cccfd;
Background color
Panel with #2cccfd background
background-color: #2cccfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2cccfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 204, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 204, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2cccfd; background: linear-gradient(135deg, #2cccfd, #2C40FD);