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