#2cbacb
a balanced, vivid cyan · cool · closest name: skyblue
RGB
44, 186, 203
HSL
186°, 64%, 48%
CMYK
78, 8, 0, 20
Luminance
0.3997
Every format
| HEX | #2cbacb |
| RGB | rgb(44, 186, 203) |
| HSL | hsl(186, 64%, 48%) |
| CMYK | cmyk(78%, 8%, 0%, 20%) |
| LAB | lab(69.4 -30.2 -19.0) |
| LCH | lch(69.4 35.7 212.2) |
| OKLCH | oklch(0.725 0.116 207.3) |
Copy-ready code
/* CSS */
color: #2cbacb;
background-color: #2cbacb;
/* Tailwind (arbitrary) */
class="text-[#2cbacb] bg-[#2cbacb]"
/* SCSS */
$brand: #2cbacb;
/* SwiftUI */
Color(red: 0.173, green: 0.729, blue: 0.796)
/* Android */
Color.parseColor("#2cbacb")Accessibility — WCAG contrast
Aa
#2cbacb on white: 2.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2cbacb on black: 8.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green72.9%
Blue79.6%
CMYK percentages
Cyan78.3%
Magenta8.4%
Yellow0.0%
Key (black)20.4%
Color previews
#2cbacb text on a black background
contrast 8.99:1
Card sample
#2cbacb text on a white background
contrast 2.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2cbacb;
Background color
Panel with #2cbacb background
background-color: #2cbacb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2cbacb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 186, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 186, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2cbacb; background: linear-gradient(135deg, #2cbacb, #2C50CB);