#2cb4cf
a balanced, vivid cyan · cool · closest name: skyblue
RGB
44, 180, 207
HSL
190°, 65%, 49%
CMYK
79, 13, 0, 19
Luminance
0.3768
Every format
| HEX | #2cb4cf |
| RGB | rgb(44, 180, 207) |
| HSL | hsl(190, 65%, 49%) |
| CMYK | cmyk(79%, 13%, 0%, 19%) |
| LAB | lab(67.8 -26.0 -23.8) |
| LCH | lch(67.8 35.2 222.4) |
| OKLCH | oklch(0.712 0.116 214.8) |
Copy-ready code
/* CSS */
color: #2cb4cf;
background-color: #2cb4cf;
/* Tailwind (arbitrary) */
class="text-[#2cb4cf] bg-[#2cb4cf]"
/* SCSS */
$brand: #2cb4cf;
/* SwiftUI */
Color(red: 0.173, green: 0.706, blue: 0.812)
/* Android */
Color.parseColor("#2cb4cf")Accessibility — WCAG contrast
Aa
#2cb4cf on white: 2.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2cb4cf on black: 8.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green70.6%
Blue81.2%
CMYK percentages
Cyan78.7%
Magenta13.0%
Yellow0.0%
Key (black)18.8%
Color previews
#2cb4cf text on a black background
contrast 8.54:1
Card sample
#2cb4cf text on a white background
contrast 2.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2cb4cf;
Background color
Panel with #2cb4cf background
background-color: #2cb4cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2cb4cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 180, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 180, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2cb4cf; background: linear-gradient(135deg, #2cb4cf, #2C47CF);