Teal
#16616A
CyanColor Codes
All color formats for development
HEX
#16616ARGB
rgb(22, 97, 106)HSL
hsl(186, 66%, 25%)OKLCH
oklch(0.453 0.071 207)CMYK
cmyk(79%, 8%, 0%, 58%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#14585F
2#114E55
3#0F444A
4#0D3A3F
5#0B3135
6#09272A
7#071D20
8#041315
9#020A0B
Tints
Lighter variations
1#1C7F8A
2#239CA9
3#29B9C9
4#41C9D8
5#60D2DE
6#80DBE5
7#A0E4EB
8#C0EDF2
9#DFF6F8
Tones
Muted variations
1#1A5E66
2#1E5B61
3#22575D
4#275459
5#2B5155
6#2F4D51
7#334A4C
8#374648
9#3C4344
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FB #F2FBFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F7 #E1F7F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8EF #C8EFF4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EE3 #9EE3EB | BordersInactive statesPlaceholder text |
| 400 | 6BD5 #6BD5E1 | Disabled statesSecondary iconsMuted text |
| 500 | 41C9 #41C9D8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 26AB #26ABBA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E88 #1E8894 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1661 #16616A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E3E #0E3E44 | Primary textHigh emphasis contentDark headings |
| 950 | 0927 #09272A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FBFC;
--teal-100: #E1F7F9;
--teal-200: #C8EFF4;
--teal-300: #9EE3EB;
--teal-400: #6BD5E1;
--teal-500: #41C9D8;
--teal-600: #26ABBA;
--teal-700: #1E8894;
--teal-800: #16616A;
--teal-900: #0E3E44;
--teal-950: #09272A;
}