#2cdfed
a balanced, electric cyan · cool · closest name: cyan
RGB
44, 223, 237
HSL
184°, 84%, 55%
CMYK
81, 6, 0, 7
Luminance
0.5943
Every format
| HEX | #2cdfed |
| RGB | rgb(44, 223, 237) |
| HSL | hsl(184, 84%, 55%) |
| CMYK | cmyk(81%, 6%, 0%, 7%) |
| LAB | lab(81.5 -37.4 -19.1) |
| LCH | lch(81.5 42.0 207.0) |
| OKLCH | oklch(0.826 0.134 203.3) |
Copy-ready code
/* CSS */
color: #2cdfed;
background-color: #2cdfed;
/* Tailwind (arbitrary) */
class="text-[#2cdfed] bg-[#2cdfed]"
/* SCSS */
$brand: #2cdfed;
/* SwiftUI */
Color(red: 0.173, green: 0.875, blue: 0.929)
/* Android */
Color.parseColor("#2cdfed")Accessibility — WCAG contrast
Aa
#2cdfed on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2cdfed on black: 12.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green87.5%
Blue92.9%
CMYK percentages
Cyan81.4%
Magenta5.9%
Yellow0.0%
Key (black)7.1%
Color previews
#2cdfed text on a black background
contrast 12.89:1
Card sample
#2cdfed text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2cdfed;
Background color
Panel with #2cdfed background
background-color: #2cdfed;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2cdfed;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 223, 237, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 223, 237, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2cdfed; background: linear-gradient(135deg, #2cdfed, #2C5EED);