Teal
#106870
CyanColor Codes
All color formats for development
HEX
#106870RGB
rgb(16, 104, 112)HSL
hsl(185, 75%, 25%)OKLCH
oklch(0.474 0.077 204.6)CMYK
cmyk(86%, 7%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E5D64
2#0D5359
3#0B494E
4#0A3E43
5#083438
6#06292D
7#051F21
8#031516
9#020A0B
Tints
Lighter variations
1#158791
2#19A6B3
3#1EC5D4
4#36D4E2
5#58DBE7
6#79E2EC
7#9BE9F1
8#BCF1F5
9#DEF8FA
Tones
Muted variations
1#15646B
2#196066
3#1E5C61
4#23585C
5#285458
6#2D5053
7#314C4E
8#364849
9#3B4445
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;
}