#2cadae
a dark, vivid cyan · cool · closest name: teal
RGB
44, 173, 174
HSL
181°, 60%, 43%
CMYK
75, 1, 0, 32
Luminance
0.3348
Every format
| HEX | #2cadae |
| RGB | rgb(44, 173, 174) |
| HSL | hsl(181, 60%, 43%) |
| CMYK | cmyk(75%, 1%, 0%, 32%) |
| LAB | lab(64.5 -32.8 -10.4) |
| LCH | lch(64.5 34.4 197.5) |
| OKLCH | oklch(0.682 0.106 195.7) |
Copy-ready code
/* CSS */
color: #2cadae;
background-color: #2cadae;
/* Tailwind (arbitrary) */
class="text-[#2cadae] bg-[#2cadae]"
/* SCSS */
$brand: #2cadae;
/* SwiftUI */
Color(red: 0.173, green: 0.678, blue: 0.682)
/* Android */
Color.parseColor("#2cadae")Accessibility — WCAG contrast
Aa
#2cadae on white: 2.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2cadae on black: 7.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green67.8%
Blue68.2%
CMYK percentages
Cyan74.7%
Magenta0.6%
Yellow0.0%
Key (black)31.8%
Color previews
#2cadae text on a black background
contrast 7.70:1
Card sample
#2cadae text on a white background
contrast 2.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2cadae;
Background color
Panel with #2cadae background
background-color: #2cadae;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2cadae;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 173, 174, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 173, 174, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2cadae; background: linear-gradient(135deg, #2cadae, #2C56AE);