Teal
#176969
CyanColor Codes
All color formats for development
HEX
#176969RGB
rgb(23, 105, 105)HSL
hsl(180, 64%, 25%)OKLCH
oklch(0.475 0.074 194.9)CMYK
cmyk(78%, 0%, 0%, 59%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#155E5E
2#125454
3#104949
4#0E3F3F
5#0B3434
6#092A2A
7#071F1F
8#051515
9#020A0A
Tints
Lighter variations
1#1E8888
2#25A7A7
3#2CC7C7
4#43D6D6
5#62DDDD
6#82E3E3
7#A1EAEA
8#C0F1F1
9#E0F8F8
Tones
Muted variations
1#1B6464
2#1F6060
3#235C5C
4#275858
5#2B5454
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 #E2F9F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FEA #9FEAEA | BordersInactive statesPlaceholder text |
| 400 | 6DDF #6DDFDF | Disabled statesSecondary iconsMuted text |
| 500 | 43D6 #43D6D6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 28B8 #28B8B8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2092 #209292 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1769 #176969 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F4343 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A2A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FCFC;
--teal-100: #E2F9F9;
--teal-200: #C9F3F3;
--teal-300: #9FEAEA;
--teal-400: #6DDFDF;
--teal-500: #43D6D6;
--teal-600: #28B8B8;
--teal-700: #209292;
--teal-800: #176969;
--teal-900: #0F4343;
--teal-950: #092A2A;
}