#2cdfff
a balanced, electric cyan · cool · closest name: skyblue
RGB
44, 223, 255
HSL
189°, 100%, 59%
CMYK
83, 13, 0, 0
Luminance
0.6053
Every format
| HEX | #2cdfff |
| RGB | rgb(44, 223, 255) |
| HSL | hsl(189, 100%, 59%) |
| CMYK | cmyk(83%, 13%, 0%, 0%) |
| LAB | lab(82.1 -31.9 -27.7) |
| LCH | lch(82.1 42.3 221.0) |
| OKLCH | oklch(0.833 0.139 213.7) |
Copy-ready code
/* CSS */
color: #2cdfff;
background-color: #2cdfff;
/* Tailwind (arbitrary) */
class="text-[#2cdfff] bg-[#2cdfff]"
/* SCSS */
$brand: #2cdfff;
/* SwiftUI */
Color(red: 0.173, green: 0.875, blue: 1.000)
/* Android */
Color.parseColor("#2cdfff")Accessibility — WCAG contrast
Aa
#2cdfff on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2cdfff on black: 13.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green87.5%
Blue100.0%
CMYK percentages
Cyan82.7%
Magenta12.5%
Yellow0.0%
Key (black)0.0%
Color previews
#2cdfff text on a black background
contrast 13.11:1
Card sample
#2cdfff text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2cdfff;
Background color
Panel with #2cdfff background
background-color: #2cdfff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2cdfff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 223, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 223, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2cdfff; background: linear-gradient(135deg, #2cdfff, #2C52FF);