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