#2cbbcf
a balanced, vivid cyan · cool · closest name: skyblue
RGB
44, 187, 207
HSL
187°, 65%, 49%
CMYK
79, 10, 0, 19
Luminance
0.4058
Every format
| HEX | #2cbbcf |
| RGB | rgb(44, 187, 207) |
| HSL | hsl(187, 65%, 49%) |
| CMYK | cmyk(79%, 10%, 0%, 19%) |
| LAB | lab(69.9 -29.5 -20.6) |
| LCH | lch(69.9 36.0 214.9) |
| OKLCH | oklch(0.729 0.117 209.3) |
Copy-ready code
/* CSS */
color: #2cbbcf;
background-color: #2cbbcf;
/* Tailwind (arbitrary) */
class="text-[#2cbbcf] bg-[#2cbbcf]"
/* SCSS */
$brand: #2cbbcf;
/* SwiftUI */
Color(red: 0.173, green: 0.733, blue: 0.812)
/* Android */
Color.parseColor("#2cbbcf")Accessibility — WCAG contrast
Aa
#2cbbcf on white: 2.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2cbbcf on black: 9.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green73.3%
Blue81.2%
CMYK percentages
Cyan78.7%
Magenta9.7%
Yellow0.0%
Key (black)18.8%
Color previews
#2cbbcf text on a black background
contrast 9.12:1
Card sample
#2cbbcf text on a white background
contrast 2.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2cbbcf;
Background color
Panel with #2cbbcf background
background-color: #2cbbcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2cbbcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 187, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 187, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2cbbcf; background: linear-gradient(135deg, #2cbbcf, #2C4ECF);