#2caca7
a dark, vivid cyan · cool · closest name: teal
RGB
44, 172, 167
HSL
178°, 59%, 42%
CMYK
74, 0, 3, 33
Luminance
0.3283
Every format
| HEX | #2caca7 |
| RGB | rgb(44, 172, 167) |
| HSL | hsl(178, 59%, 42%) |
| CMYK | cmyk(74%, 0%, 3%, 33%) |
| LAB | lab(64.0 -34.4 -7.3) |
| LCH | lch(64.0 35.2 191.9) |
| OKLCH | oklch(0.677 0.106 191.0) |
Copy-ready code
/* CSS */
color: #2caca7;
background-color: #2caca7;
/* Tailwind (arbitrary) */
class="text-[#2caca7] bg-[#2caca7]"
/* SCSS */
$brand: #2caca7;
/* SwiftUI */
Color(red: 0.173, green: 0.675, blue: 0.655)
/* Android */
Color.parseColor("#2caca7")Accessibility — WCAG contrast
Aa
#2caca7 on white: 2.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2caca7 on black: 7.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green67.5%
Blue65.5%
CMYK percentages
Cyan74.4%
Magenta0.0%
Yellow2.9%
Key (black)32.5%
Color previews
#2caca7 text on a black background
contrast 7.57:1
Card sample
#2caca7 text on a white background
contrast 2.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2caca7;
Background color
Panel with #2caca7 background
background-color: #2caca7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2caca7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 172, 167, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 172, 167, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2caca7; background: linear-gradient(135deg, #2caca7, #2C5CAC);