#2cdcfb
a balanced, electric cyan · cool · closest name: skyblue
RGB
44, 220, 251
HSL
189°, 96%, 58%
CMYK
83, 12, 0, 2
Luminance
0.5869
Every format
| HEX | #2cdcfb |
| RGB | rgb(44, 220, 251) |
| HSL | hsl(189, 96%, 58%) |
| CMYK | cmyk(83%, 12%, 0%, 2%) |
| LAB | lab(81.1 -31.7 -27.1) |
| LCH | lch(81.1 41.7 220.5) |
| OKLCH | oklch(0.825 0.138 213.4) |
Copy-ready code
/* CSS */
color: #2cdcfb;
background-color: #2cdcfb;
/* Tailwind (arbitrary) */
class="text-[#2cdcfb] bg-[#2cdcfb]"
/* SCSS */
$brand: #2cdcfb;
/* SwiftUI */
Color(red: 0.173, green: 0.863, blue: 0.984)
/* Android */
Color.parseColor("#2cdcfb")Accessibility — WCAG contrast
Aa
#2cdcfb on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2cdcfb on black: 12.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green86.3%
Blue98.4%
CMYK percentages
Cyan82.5%
Magenta12.4%
Yellow0.0%
Key (black)1.6%
Color previews
#2cdcfb text on a black background
contrast 12.74:1
Card sample
#2cdcfb text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2cdcfb;
Background color
Panel with #2cdcfb background
background-color: #2cdcfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2cdcfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 220, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 220, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2cdcfb; background: linear-gradient(135deg, #2cdcfb, #2C52FB);