Teal
#16636A
CyanColor Codes
All color formats for development
HEX
#16636ARGB
rgb(22, 99, 106)HSL
hsl(185, 66%, 25%)OKLCH
oklch(0.459 0.071 204.2)CMYK
cmyk(79%, 7%, 0%, 58%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#14595F
2#114F55
3#0F454A
4#0D3B3F
5#0B3135
6#09282A
7#071E20
8#041415
9#020A0B
Tints
Lighter variations
1#1C808A
2#239EA9
3#29BCC9
4#41CBD8
5#60D4DE
6#80DDE5
7#A0E5EB
8#C0EEF2
9#DFF6F8
Tones
Muted variations
1#1A5F66
2#1E5C61
3#22585D
4#275559
5#2B5155
6#2F4E51
7#334A4C
8#374748
9#3C4344
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F7 #E1F7F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F0 #C8F0F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EE5 #9EE5EB | BordersInactive statesPlaceholder text |
| 400 | 6BD7 #6BD7E1 | Disabled statesSecondary iconsMuted text |
| 500 | 41CB #41CBD8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 26AE #26AEBA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E8A #1E8A94 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1663 #16636A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E3F #0E3F44 | Primary textHigh emphasis contentDark headings |
| 950 | 0928 #09282A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FCFC;
--teal-100: #E1F7F9;
--teal-200: #C8F0F4;
--teal-300: #9EE5EB;
--teal-400: #6BD7E1;
--teal-500: #41CBD8;
--teal-600: #26AEBA;
--teal-700: #1E8A94;
--teal-800: #16636A;
--teal-900: #0E3F44;
--teal-950: #09282A;
}