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