#2ccadc
a balanced, vivid cyan · cool · closest name: skyblue
RGB
44, 202, 220
HSL
186°, 72%, 52%
CMYK
80, 8, 0, 14
Luminance
0.4794
Every format
| HEX | #2ccadc |
| RGB | rgb(44, 202, 220) |
| HSL | hsl(186, 72%, 52%) |
| CMYK | cmyk(80%, 8%, 0%, 14%) |
| LAB | lab(74.8 -32.7 -20.2) |
| LCH | lch(74.8 38.4 211.7) |
| OKLCH | oklch(0.770 0.124 206.9) |
Copy-ready code
/* CSS */
color: #2ccadc;
background-color: #2ccadc;
/* Tailwind (arbitrary) */
class="text-[#2ccadc] bg-[#2ccadc]"
/* SCSS */
$brand: #2ccadc;
/* SwiftUI */
Color(red: 0.173, green: 0.792, blue: 0.863)
/* Android */
Color.parseColor("#2ccadc")Accessibility — WCAG contrast
Aa
#2ccadc on white: 1.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2ccadc on black: 10.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green79.2%
Blue86.3%
CMYK percentages
Cyan80.0%
Magenta8.2%
Yellow0.0%
Key (black)13.7%
Color previews
#2ccadc text on a black background
contrast 10.59:1
Card sample
#2ccadc text on a white background
contrast 1.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2ccadc;
Background color
Panel with #2ccadc background
background-color: #2ccadc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2ccadc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 202, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 202, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2ccadc; background: linear-gradient(135deg, #2ccadc, #2C55DC);