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