Teal
#176669
CyanColor Codes
All color formats for development
HEX
#176669RGB
rgb(23, 102, 105)HSL
hsl(182, 64%, 25%)OKLCH
oklch(0.467 0.072 198.8)CMYK
cmyk(78%, 3%, 0%, 59%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#155C5E
2#125154
3#104749
4#0E3D3F
5#0B3334
6#09292A
7#071F1F
8#051415
9#020A0A
Tints
Lighter variations
1#1E8488
2#25A3A7
3#2CC1C7
4#43D1D6
5#62D8DD
6#82E0E3
7#A1E8EA
8#C0F0F1
9#E0F7F8
Tones
Muted variations
1#1B6264
2#1F5E60
3#235A5C
4#275758
5#2B5354
6#2F4F50
7#344B4C
8#384748
9#3C4444
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F2 #C9F2F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FE7 #9FE7EA | BordersInactive statesPlaceholder text |
| 400 | 6DDB #6DDBDF | Disabled statesSecondary iconsMuted text |
| 500 | 43D1 #43D1D6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 28B3 #28B3B8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 208F #208F92 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1766 #176669 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F41 #0F4143 | Primary textHigh emphasis contentDark headings |
| 950 | 0929 #09292A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FCFC;
--teal-100: #E2F8F9;
--teal-200: #C9F2F3;
--teal-300: #9FE7EA;
--teal-400: #6DDBDF;
--teal-500: #43D1D6;
--teal-600: #28B3B8;
--teal-700: #208F92;
--teal-800: #176669;
--teal-900: #0F4143;
--teal-950: #09292A;
}