#2cdffa
a balanced, electric cyan · cool · closest name: skyblue
RGB
44, 223, 250
HSL
188°, 95%, 58%
CMYK
82, 11, 0, 2
Luminance
0.6021
Every format
| HEX | #2cdffa |
| RGB | rgb(44, 223, 250) |
| HSL | hsl(188, 95%, 58%) |
| CMYK | cmyk(82%, 11%, 0%, 2%) |
| LAB | lab(82.0 -33.5 -25.3) |
| LCH | lch(82.0 42.0 217.1) |
| OKLCH | oklch(0.831 0.137 210.9) |
Copy-ready code
/* CSS */
color: #2cdffa;
background-color: #2cdffa;
/* Tailwind (arbitrary) */
class="text-[#2cdffa] bg-[#2cdffa]"
/* SCSS */
$brand: #2cdffa;
/* SwiftUI */
Color(red: 0.173, green: 0.875, blue: 0.980)
/* Android */
Color.parseColor("#2cdffa")Accessibility — WCAG contrast
Aa
#2cdffa on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2cdffa on black: 13.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green87.5%
Blue98.0%
CMYK percentages
Cyan82.4%
Magenta10.8%
Yellow0.0%
Key (black)2.0%
Color previews
#2cdffa text on a black background
contrast 13.04:1
Card sample
#2cdffa text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2cdffa;
Background color
Panel with #2cdffa background
background-color: #2cdffa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2cdffa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 223, 250, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 223, 250, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2cdffa; background: linear-gradient(135deg, #2cdffa, #2C55FA);