#2cccdf
a balanced, vivid cyan · cool · closest name: skyblue
RGB
44, 204, 223
HSL
186°, 74%, 52%
CMYK
80, 9, 0, 13
Luminance
0.4905
Every format
| HEX | #2cccdf |
| RGB | rgb(44, 204, 223) |
| HSL | hsl(186, 74%, 52%) |
| CMYK | cmyk(80%, 9%, 0%, 13%) |
| LAB | lab(75.5 -32.7 -20.8) |
| LCH | lch(75.5 38.8 212.4) |
| OKLCH | oklch(0.776 0.126 207.4) |
Copy-ready code
/* CSS */
color: #2cccdf;
background-color: #2cccdf;
/* Tailwind (arbitrary) */
class="text-[#2cccdf] bg-[#2cccdf]"
/* SCSS */
$brand: #2cccdf;
/* SwiftUI */
Color(red: 0.173, green: 0.800, blue: 0.875)
/* Android */
Color.parseColor("#2cccdf")Accessibility — WCAG contrast
Aa
#2cccdf on white: 1.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2cccdf on black: 10.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green80.0%
Blue87.5%
CMYK percentages
Cyan80.3%
Magenta8.5%
Yellow0.0%
Key (black)12.5%
Color previews
#2cccdf text on a black background
contrast 10.81:1
Card sample
#2cccdf text on a white background
contrast 1.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2cccdf;
Background color
Panel with #2cccdf background
background-color: #2cccdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2cccdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 204, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 204, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2cccdf; background: linear-gradient(135deg, #2cccdf, #2C55DF);