#2cada7
a dark, vivid cyan · cool · closest name: teal
RGB
44, 173, 167
HSL
177°, 59%, 43%
CMYK
75, 0, 4, 32
Luminance
0.3321
Every format
| HEX | #2cada7 |
| RGB | rgb(44, 173, 167) |
| HSL | hsl(177, 59%, 43%) |
| CMYK | cmyk(75%, 0%, 4%, 32%) |
| LAB | lab(64.3 -34.9 -6.8) |
| LCH | lch(64.3 35.5 191.0) |
| OKLCH | oklch(0.680 0.107 190.2) |
Copy-ready code
/* CSS */
color: #2cada7;
background-color: #2cada7;
/* Tailwind (arbitrary) */
class="text-[#2cada7] bg-[#2cada7]"
/* SCSS */
$brand: #2cada7;
/* SwiftUI */
Color(red: 0.173, green: 0.678, blue: 0.655)
/* Android */
Color.parseColor("#2cada7")Accessibility — WCAG contrast
Aa
#2cada7 on white: 2.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2cada7 on black: 7.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green67.8%
Blue65.5%
CMYK percentages
Cyan74.6%
Magenta0.0%
Yellow3.5%
Key (black)32.2%
Color previews
#2cada7 text on a black background
contrast 7.64:1
Card sample
#2cada7 text on a white background
contrast 2.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2cada7;
Background color
Panel with #2cada7 background
background-color: #2cada7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2cada7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 173, 167, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 173, 167, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2cada7; background: linear-gradient(135deg, #2cada7, #2C5DAD);