Teal
#176967
CyanColor Codes
All color formats for development
HEX
#176967RGB
rgb(23, 105, 103)HSL
hsl(179, 64%, 25%)OKLCH
oklch(0.474 0.074 192.5)CMYK
cmyk(78%, 0%, 2%, 59%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#155E5D
2#125453
3#104948
4#0E3F3E
5#0B3434
6#092A29
7#071F1F
8#051515
9#020A0A
Tints
Lighter variations
1#1E8886
2#25A7A5
3#2CC7C4
4#43D6D3
5#62DDDB
6#82E3E2
7#A1EAE9
8#C0F1F0
9#E0F8F8
Tones
Muted variations
1#1B6463
2#1F605F
3#235C5B
4#275857
5#2B5453
6#2F5050
7#344C4C
8#384848
9#3C4444
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F9 #E2F9F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FEA #9FEAE9 | BordersInactive statesPlaceholder text |
| 400 | 6DDF #6DDFDD | Disabled statesSecondary iconsMuted text |
| 500 | 43D6 #43D6D3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 28B8 #28B8B6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2092 #209290 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1769 #176967 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F4342 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FCFC;
--teal-100: #E2F9F8;
--teal-200: #C9F3F2;
--teal-300: #9FEAE9;
--teal-400: #6DDFDD;
--teal-500: #43D6D3;
--teal-600: #28B8B6;
--teal-700: #209290;
--teal-800: #176967;
--teal-900: #0F4342;
--teal-950: #092A29;
}