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