#2cc0ce
a balanced, vivid cyan · cool · closest name: skyblue
RGB
44, 192, 206
HSL
185°, 65%, 49%
CMYK
79, 7, 0, 19
Luminance
0.4269
Every format
| HEX | #2cc0ce |
| RGB | rgb(44, 192, 206) |
| HSL | hsl(185, 65%, 49%) |
| CMYK | cmyk(79%, 7%, 0%, 19%) |
| LAB | lab(71.3 -32.2 -17.8) |
| LCH | lch(71.3 36.8 208.9) |
| OKLCH | oklch(0.741 0.118 204.8) |
Copy-ready code
/* CSS */
color: #2cc0ce;
background-color: #2cc0ce;
/* Tailwind (arbitrary) */
class="text-[#2cc0ce] bg-[#2cc0ce]"
/* SCSS */
$brand: #2cc0ce;
/* SwiftUI */
Color(red: 0.173, green: 0.753, blue: 0.808)
/* Android */
Color.parseColor("#2cc0ce")Accessibility — WCAG contrast
Aa
#2cc0ce on white: 2.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2cc0ce on black: 9.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green75.3%
Blue80.8%
CMYK percentages
Cyan78.6%
Magenta6.8%
Yellow0.0%
Key (black)19.2%
Color previews
#2cc0ce text on a black background
contrast 9.54:1
Card sample
#2cc0ce text on a white background
contrast 2.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2cc0ce;
Background color
Panel with #2cc0ce background
background-color: #2cc0ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2cc0ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 192, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 192, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2cc0ce; background: linear-gradient(135deg, #2cc0ce, #2C54CE);