#2cddfd
a balanced, electric cyan · cool · closest name: skyblue
RGB
44, 221, 253
HSL
189°, 98%, 58%
CMYK
83, 13, 0, 1
Luminance
0.5934
Every format
| HEX | #2cddfd |
| RGB | rgb(44, 221, 253) |
| HSL | hsl(189, 98%, 58%) |
| CMYK | cmyk(83%, 13%, 0%, 1%) |
| LAB | lab(81.5 -31.6 -27.6) |
| LCH | lch(81.5 42.0 221.2) |
| OKLCH | oklch(0.828 0.138 213.9) |
Copy-ready code
/* CSS */
color: #2cddfd;
background-color: #2cddfd;
/* Tailwind (arbitrary) */
class="text-[#2cddfd] bg-[#2cddfd]"
/* SCSS */
$brand: #2cddfd;
/* SwiftUI */
Color(red: 0.173, green: 0.867, blue: 0.992)
/* Android */
Color.parseColor("#2cddfd")Accessibility — WCAG contrast
Aa
#2cddfd on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2cddfd on black: 12.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green86.7%
Blue99.2%
CMYK percentages
Cyan82.6%
Magenta12.6%
Yellow0.0%
Key (black)0.8%
Color previews
#2cddfd text on a black background
contrast 12.87:1
Card sample
#2cddfd text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2cddfd;
Background color
Panel with #2cddfd background
background-color: #2cddfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2cddfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 221, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 221, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2cddfd; background: linear-gradient(135deg, #2cddfd, #2C51FD);