Teal
#176966
CyanColor Codes
All color formats for development
HEX
#176966RGB
rgb(23, 105, 102)HSL
hsl(178, 64%, 25%)OKLCH
oklch(0.474 0.075 191.2)CMYK
cmyk(78%, 0%, 3%, 59%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#155E5C
2#125451
3#104947
4#0E3F3D
5#0B3433
6#092A29
7#071F1F
8#051514
9#020A0A
Tints
Lighter variations
1#1E8884
2#25A7A3
3#2CC7C1
4#43D6D1
5#62DDD8
6#82E3E0
7#A1EAE8
8#C0F1F0
9#E0F8F7
Tones
Muted variations
1#1B6462
2#1F605E
3#235C5A
4#275857
5#2B5453
6#2F504F
7#344C4B
8#384847
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 #9FEAE7 | BordersInactive statesPlaceholder text |
| 400 | 6DDF #6DDFDB | Disabled statesSecondary iconsMuted text |
| 500 | 43D6 #43D6D1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 28B8 #28B8B3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2092 #20928F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1769 #176966 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F4341 | 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: #9FEAE7;
--teal-400: #6DDFDB;
--teal-500: #43D6D1;
--teal-600: #28B8B3;
--teal-700: #20928F;
--teal-800: #176966;
--teal-900: #0F4341;
--teal-950: #092A29;
}