#2caca0
a dark, vivid cyan · cool · closest name: teal
RGB
44, 172, 160
HSL
174°, 59%, 42%
CMYK
74, 0, 7, 33
Luminance
0.3258
Every format
| HEX | #2caca0 |
| RGB | rgb(44, 172, 160) |
| HSL | hsl(174, 59%, 42%) |
| CMYK | cmyk(74%, 0%, 7%, 33%) |
| LAB | lab(63.8 -36.4 -3.7) |
| LCH | lch(63.8 36.6 185.7) |
| OKLCH | oklch(0.675 0.108 185.5) |
Copy-ready code
/* CSS */
color: #2caca0;
background-color: #2caca0;
/* Tailwind (arbitrary) */
class="text-[#2caca0] bg-[#2caca0]"
/* SCSS */
$brand: #2caca0;
/* SwiftUI */
Color(red: 0.173, green: 0.675, blue: 0.627)
/* Android */
Color.parseColor("#2caca0")Accessibility — WCAG contrast
Aa
#2caca0 on white: 2.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2caca0 on black: 7.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green67.5%
Blue62.7%
CMYK percentages
Cyan74.4%
Magenta0.0%
Yellow7.0%
Key (black)32.5%
Color previews
#2caca0 text on a black background
contrast 7.52:1
Card sample
#2caca0 text on a white background
contrast 2.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2caca0;
Background color
Panel with #2caca0 background
background-color: #2caca0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2caca0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 172, 160, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 172, 160, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2caca0; background: linear-gradient(135deg, #2caca0, #2C63AC);