#2cd6fd
a balanced, electric cyan · cool · closest name: skyblue
RGB
44, 214, 253
HSL
191°, 98%, 58%
CMYK
83, 15, 0, 1
Luminance
0.5572
Every format
| HEX | #2cd6fd |
| RGB | rgb(44, 214, 253) |
| HSL | hsl(191, 98%, 58%) |
| CMYK | cmyk(83%, 15%, 0%, 1%) |
| LAB | lab(79.5 -28.2 -30.7) |
| LCH | lch(79.5 41.7 227.5) |
| OKLCH | oklch(0.811 0.139 218.4) |
Copy-ready code
/* CSS */
color: #2cd6fd;
background-color: #2cd6fd;
/* Tailwind (arbitrary) */
class="text-[#2cd6fd] bg-[#2cd6fd]"
/* SCSS */
$brand: #2cd6fd;
/* SwiftUI */
Color(red: 0.173, green: 0.839, blue: 0.992)
/* Android */
Color.parseColor("#2cd6fd")Accessibility — WCAG contrast
Aa
#2cd6fd on white: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2cd6fd on black: 12.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green83.9%
Blue99.2%
CMYK percentages
Cyan82.6%
Magenta15.4%
Yellow0.0%
Key (black)0.8%
Color previews
#2cd6fd text on a black background
contrast 12.14:1
Card sample
#2cd6fd text on a white background
contrast 1.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2cd6fd;
Background color
Panel with #2cd6fd background
background-color: #2cd6fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2cd6fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 214, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 214, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2cd6fd; background: linear-gradient(135deg, #2cd6fd, #2C4BFD);