Teal
#16606A
CyanColor Codes
All color formats for development
HEX
#16606ARGB
rgb(22, 96, 106)HSL
hsl(187, 66%, 25%)OKLCH
oklch(0.451 0.07 208.5)CMYK
cmyk(79%, 9%, 0%, 58%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#14565F
2#114D55
3#0F434A
4#0D3A3F
5#0B3035
6#09262A
7#071D20
8#041315
9#020A0B
Tints
Lighter variations
1#1C7D8A
2#239AA9
3#29B6C9
4#41C6D8
5#60D0DE
6#80D9E5
7#A0E3EB
8#C0ECF2
9#DFF6F8
Tones
Muted variations
1#1A5D66
2#1E5A61
3#22565D
4#275359
5#2B5055
6#2F4D51
7#33494C
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 | E1F6 #E1F6F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8EF #C8EFF4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EE2 #9EE2EB | BordersInactive statesPlaceholder text |
| 400 | 6BD3 #6BD3E1 | Disabled statesSecondary iconsMuted text |
| 500 | 41C6 #41C6D8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 26A9 #26A9BA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E86 #1E8694 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1660 #16606A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E3D #0E3D44 | Primary textHigh emphasis contentDark headings |
| 950 | 0926 #09262A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FBFC;
--teal-100: #E1F6F9;
--teal-200: #C8EFF4;
--teal-300: #9EE2EB;
--teal-400: #6BD3E1;
--teal-500: #41C6D8;
--teal-600: #26A9BA;
--teal-700: #1E8694;
--teal-800: #16606A;
--teal-900: #0E3D44;
--teal-950: #09262A;
}