#2cdcfe
a balanced, electric cyan · cool · closest name: skyblue
RGB
44, 220, 254
HSL
190°, 99%, 58%
CMYK
83, 13, 0, 0
Luminance
0.5888
Every format
| HEX | #2cdcfe |
| RGB | rgb(44, 220, 254) |
| HSL | hsl(190, 99%, 58%) |
| CMYK | cmyk(83%, 13%, 0%, 0%) |
| LAB | lab(81.2 -30.8 -28.6) |
| LCH | lch(81.2 42.0 222.9) |
| OKLCH | oklch(0.826 0.139 215.1) |
Copy-ready code
/* CSS */
color: #2cdcfe;
background-color: #2cdcfe;
/* Tailwind (arbitrary) */
class="text-[#2cdcfe] bg-[#2cdcfe]"
/* SCSS */
$brand: #2cdcfe;
/* SwiftUI */
Color(red: 0.173, green: 0.863, blue: 0.996)
/* Android */
Color.parseColor("#2cdcfe")Accessibility — WCAG contrast
Aa
#2cdcfe on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2cdcfe on black: 12.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green86.3%
Blue99.6%
CMYK percentages
Cyan82.7%
Magenta13.4%
Yellow0.0%
Key (black)0.4%
Color previews
#2cdcfe text on a black background
contrast 12.78:1
Card sample
#2cdcfe text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2cdcfe;
Background color
Panel with #2cdcfe background
background-color: #2cdcfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2cdcfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 220, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 220, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2cdcfe; background: linear-gradient(135deg, #2cdcfe, #2C50FE);