Teal
#16666A
CyanColor Codes
All color formats for development
HEX
#16666ARGB
rgb(22, 102, 106)HSL
hsl(183, 66%, 25%)OKLCH
oklch(0.467 0.073 200.1)CMYK
cmyk(79%, 4%, 0%, 58%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#145B5F
2#115155
3#0F474A
4#0D3D3F
5#0B3335
6#09292A
7#071E20
8#041415
9#020A0B
Tints
Lighter variations
1#1C848A
2#23A3A9
3#29C1C9
4#41D0D8
5#60D8DE
6#80E0E5
7#A0E8EB
8#C0EFF2
9#DFF7F8
Tones
Muted variations
1#1A6266
2#1E5E61
3#225A5D
4#275659
5#2B5355
6#2F4F51
7#334B4C
8#374748
9#3C4444
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F8 #E1F8F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F2 #C8F2F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EE7 #9EE7EB | BordersInactive statesPlaceholder text |
| 400 | 6BDB #6BDBE1 | Disabled statesSecondary iconsMuted text |
| 500 | 41D0 #41D0D8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 26B3 #26B3BA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E8E #1E8E94 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1666 #16666A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E41 #0E4144 | Primary textHigh emphasis contentDark headings |
| 950 | 0929 #09292A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FCFC;
--teal-100: #E1F8F9;
--teal-200: #C8F2F4;
--teal-300: #9EE7EB;
--teal-400: #6BDBE1;
--teal-500: #41D0D8;
--teal-600: #26B3BA;
--teal-700: #1E8E94;
--teal-800: #16666A;
--teal-900: #0E4144;
--teal-950: #09292A;
}