#2cadbb
a balanced, vivid cyan · cool · closest name: teal
RGB
44, 173, 187
HSL
186°, 62%, 45%
CMYK
77, 8, 0, 27
Luminance
0.3401
Every format
| HEX | #2cadbb |
| RGB | rgb(44, 173, 187) |
| HSL | hsl(186, 62%, 45%) |
| CMYK | cmyk(77%, 8%, 0%, 27%) |
| LAB | lab(65.0 -28.9 -17.0) |
| LCH | lch(65.0 33.5 210.5) |
| OKLCH | oklch(0.687 0.108 206.0) |
Copy-ready code
/* CSS */
color: #2cadbb;
background-color: #2cadbb;
/* Tailwind (arbitrary) */
class="text-[#2cadbb] bg-[#2cadbb]"
/* SCSS */
$brand: #2cadbb;
/* SwiftUI */
Color(red: 0.173, green: 0.678, blue: 0.733)
/* Android */
Color.parseColor("#2cadbb")Accessibility — WCAG contrast
Aa
#2cadbb on white: 2.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2cadbb on black: 7.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green67.8%
Blue73.3%
CMYK percentages
Cyan76.5%
Magenta7.5%
Yellow0.0%
Key (black)26.7%
Color previews
#2cadbb text on a black background
contrast 7.80:1
Card sample
#2cadbb text on a white background
contrast 2.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2cadbb;
Background color
Panel with #2cadbb background
background-color: #2cadbb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2cadbb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 173, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 173, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2cadbb; background: linear-gradient(135deg, #2cadbb, #2C4EBB);