Teal
#16869C
CyanColor Codes
All color formats for development
HEX
#16869CRGB
rgb(22, 134, 156)HSL
hsl(190, 75%, 35%)OKLCH
oklch(0.573 0.097 215.5)CMYK
cmyk(86%, 14%, 0%, 39%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#14788D
2#126B7D
3#105E6D
4#0D505E
5#0B434E
6#09363E
7#07282F
8#041B1F
9#020D10
Tints
Lighter variations
1#1A9FB9
2#1FB8D6
3#34C5E2
4#51CDE6
5#6ED6EA
6#8BDEEE
7#A8E6F3
8#C5EEF7
9#E2F7FB
Tones
Muted variations
1#1D8195
2#247D8F
3#2A7888
4#317481
5#38707B
6#3E6B74
7#45676D
8#4C6267
9#535E60
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FB #F2FBFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0F6 #E0F6FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5EE #C5EEF7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98E2 #98E2F0 | BordersInactive statesPlaceholder text |
| 400 | 63D2 #63D2E9 | Disabled statesSecondary iconsMuted text |
| 500 | 36C6 #36C6E2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1CA8 #1CA8C4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1686 #16869C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1060 #106070 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A3D #0A3D47 | Primary textHigh emphasis contentDark headings |
| 950 | 0626 #06262D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FBFD;
--teal-100: #E0F6FB;
--teal-200: #C5EEF7;
--teal-300: #98E2F0;
--teal-400: #63D2E9;
--teal-500: #36C6E2;
--teal-600: #1CA8C4;
--teal-700: #16869C;
--teal-800: #106070;
--teal-900: #0A3D47;
--teal-950: #06262D;
}