#2cacce
a balanced, vivid cyan · cool · closest name: skyblue
RGB
44, 172, 206
HSL
193°, 65%, 49%
CMYK
79, 17, 0, 19
Luminance
0.3450
Every format
| HEX | #2cacce |
| RGB | rgb(44, 172, 206) |
| HSL | hsl(193, 65%, 49%) |
| CMYK | cmyk(79%, 17%, 0%, 19%) |
| LAB | lab(65.3 -22.3 -26.9) |
| LCH | lch(65.3 35.0 230.4) |
| OKLCH | oklch(0.692 0.116 220.5) |
Copy-ready code
/* CSS */
color: #2cacce;
background-color: #2cacce;
/* Tailwind (arbitrary) */
class="text-[#2cacce] bg-[#2cacce]"
/* SCSS */
$brand: #2cacce;
/* SwiftUI */
Color(red: 0.173, green: 0.675, blue: 0.808)
/* Android */
Color.parseColor("#2cacce")Accessibility — WCAG contrast
Aa
#2cacce on white: 2.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2cacce on black: 7.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green67.5%
Blue80.8%
CMYK percentages
Cyan78.6%
Magenta16.5%
Yellow0.0%
Key (black)19.2%
Color previews
#2cacce text on a black background
contrast 7.90:1
Card sample
#2cacce text on a white background
contrast 2.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2cacce;
Background color
Panel with #2cacce background
background-color: #2cacce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2cacce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 172, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 172, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2cacce; background: linear-gradient(135deg, #2cacce, #2C40CE);