Teal
#16919C
CyanColor Codes
All color formats for development
HEX
#16919CRGB
rgb(22, 145, 156)HSL
hsl(185, 75%, 35%)OKLCH
oklch(0.601 0.098 204.7)CMYK
cmyk(86%, 7%, 0%, 39%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#14838D
2#12747D
3#10666D
4#0D575E
5#0B494E
6#093A3E
7#072C2F
8#041D1F
9#020F10
Tints
Lighter variations
1#1AACB9
2#1FC7D6
3#34D3E2
4#51DAE6
5#6EE0EA
6#8BE6EE
7#A8ECF3
8#C5F3F7
9#E2F9FB
Tones
Muted variations
1#1D8B95
2#24868F
3#2A8088
4#317B81
5#38757B
6#3E7074
7#456A6D
8#4C6467
9#535F60
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0F8 #E0F8FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F3 #C5F3F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98E9 #98E9F0 | BordersInactive statesPlaceholder text |
| 400 | 63DE #63DEE9 | Disabled statesSecondary iconsMuted text |
| 500 | 36D4 #36D4E2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1CB6 #1CB6C4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1691 #16919C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1068 #106870 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A42 #0A4247 | Primary textHigh emphasis contentDark headings |
| 950 | 0629 #06292D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FCFD;
--teal-100: #E0F8FB;
--teal-200: #C5F3F7;
--teal-300: #98E9F0;
--teal-400: #63DEE9;
--teal-500: #36D4E2;
--teal-600: #1CB6C4;
--teal-700: #16919C;
--teal-800: #106870;
--teal-900: #0A4247;
--teal-950: #06292D;
}