#2cbcdf
a balanced, vivid cyan · cool · closest name: skyblue
RGB
44, 188, 223
HSL
192°, 74%, 52%
CMYK
80, 16, 0, 13
Luminance
0.4183
Every format
| HEX | #2cbcdf |
| RGB | rgb(44, 188, 223) |
| HSL | hsl(192, 74%, 52%) |
| CMYK | cmyk(80%, 16%, 0%, 13%) |
| LAB | lab(70.8 -24.9 -28.0) |
| LCH | lch(70.8 37.4 228.3) |
| OKLCH | oklch(0.738 0.124 219.0) |
Copy-ready code
/* CSS */
color: #2cbcdf;
background-color: #2cbcdf;
/* Tailwind (arbitrary) */
class="text-[#2cbcdf] bg-[#2cbcdf]"
/* SCSS */
$brand: #2cbcdf;
/* SwiftUI */
Color(red: 0.173, green: 0.737, blue: 0.875)
/* Android */
Color.parseColor("#2cbcdf")Accessibility — WCAG contrast
Aa
#2cbcdf on white: 2.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2cbcdf on black: 9.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green73.7%
Blue87.5%
CMYK percentages
Cyan80.3%
Magenta15.7%
Yellow0.0%
Key (black)12.5%
Color previews
#2cbcdf text on a black background
contrast 9.37:1
Card sample
#2cbcdf text on a white background
contrast 2.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2cbcdf;
Background color
Panel with #2cbcdf background
background-color: #2cbcdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2cbcdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 188, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 188, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2cbcdf; background: linear-gradient(135deg, #2cbcdf, #2C45DF);