#2ccafd
a balanced, electric cyan · cool · closest name: skyblue
RGB
44, 202, 253
HSL
195°, 98%, 58%
CMYK
83, 20, 0, 1
Luminance
0.4987
Every format
| HEX | #2ccafd |
| RGB | rgb(44, 202, 253) |
| HSL | hsl(195, 98%, 58%) |
| CMYK | cmyk(83%, 20%, 0%, 1%) |
| LAB | lab(76.0 -22.2 -36.1) |
| LCH | lch(76.0 42.4 238.4) |
| OKLCH | oklch(0.784 0.141 226.0) |
Copy-ready code
/* CSS */
color: #2ccafd;
background-color: #2ccafd;
/* Tailwind (arbitrary) */
class="text-[#2ccafd] bg-[#2ccafd]"
/* SCSS */
$brand: #2ccafd;
/* SwiftUI */
Color(red: 0.173, green: 0.792, blue: 0.992)
/* Android */
Color.parseColor("#2ccafd")Accessibility — WCAG contrast
Aa
#2ccafd on white: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2ccafd on black: 10.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green79.2%
Blue99.2%
CMYK percentages
Cyan82.6%
Magenta20.2%
Yellow0.0%
Key (black)0.8%
Color previews
#2ccafd text on a black background
contrast 10.97:1
Card sample
#2ccafd text on a white background
contrast 1.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2ccafd;
Background color
Panel with #2ccafd background
background-color: #2ccafd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2ccafd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 202, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 202, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2ccafd; background: linear-gradient(135deg, #2ccafd, #2C3FFD);