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