#2caaa2
a dark, vivid cyan · cool · closest name: teal
RGB
44, 170, 162
HSL
176°, 59%, 42%
CMYK
74, 0, 5, 33
Luminance
0.3189
Every format
| HEX | #2caaa2 |
| RGB | rgb(44, 170, 162) |
| HSL | hsl(176, 59%, 42%) |
| CMYK | cmyk(74%, 0%, 5%, 33%) |
| LAB | lab(63.3 -34.9 -5.6) |
| LCH | lch(63.3 35.4 189.1) |
| OKLCH | oklch(0.670 0.106 188.5) |
Copy-ready code
/* CSS */
color: #2caaa2;
background-color: #2caaa2;
/* Tailwind (arbitrary) */
class="text-[#2caaa2] bg-[#2caaa2]"
/* SCSS */
$brand: #2caaa2;
/* SwiftUI */
Color(red: 0.173, green: 0.667, blue: 0.635)
/* Android */
Color.parseColor("#2caaa2")Accessibility — WCAG contrast
Aa
#2caaa2 on white: 2.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2caaa2 on black: 7.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green66.7%
Blue63.5%
CMYK percentages
Cyan74.1%
Magenta0.0%
Yellow4.7%
Key (black)33.3%
Color previews
#2caaa2 text on a black background
contrast 7.38:1
Card sample
#2caaa2 text on a white background
contrast 2.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2caaa2;
Background color
Panel with #2caaa2 background
background-color: #2caaa2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2caaa2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 170, 162, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 170, 162, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2caaa2; background: linear-gradient(135deg, #2caaa2, #2C5EAA);