#2cdceb
a balanced, electric cyan · cool · closest name: cyan
RGB
44, 220, 235
HSL
185°, 83%, 55%
CMYK
81, 6, 0, 8
Luminance
0.5772
Every format
| HEX | #2cdceb |
| RGB | rgb(44, 220, 235) |
| HSL | hsl(185, 83%, 55%) |
| CMYK | cmyk(81%, 6%, 0%, 8%) |
| LAB | lab(80.6 -36.6 -19.4) |
| LCH | lch(80.6 41.5 208.0) |
| OKLCH | oklch(0.819 0.133 204.1) |
Copy-ready code
/* CSS */
color: #2cdceb;
background-color: #2cdceb;
/* Tailwind (arbitrary) */
class="text-[#2cdceb] bg-[#2cdceb]"
/* SCSS */
$brand: #2cdceb;
/* SwiftUI */
Color(red: 0.173, green: 0.863, blue: 0.922)
/* Android */
Color.parseColor("#2cdceb")Accessibility — WCAG contrast
Aa
#2cdceb on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2cdceb on black: 12.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green86.3%
Blue92.2%
CMYK percentages
Cyan81.3%
Magenta6.4%
Yellow0.0%
Key (black)7.8%
Color previews
#2cdceb text on a black background
contrast 12.54:1
Card sample
#2cdceb text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2cdceb;
Background color
Panel with #2cdceb background
background-color: #2cdceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2cdceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 220, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 220, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2cdceb; background: linear-gradient(135deg, #2cdceb, #2C5DEB);