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