Teal
#176769
CyanColor Codes
All color formats for development
HEX
#176769RGB
rgb(23, 103, 105)HSL
hsl(181, 64%, 25%)OKLCH
oklch(0.469 0.073 197.5)CMYK
cmyk(78%, 2%, 0%, 59%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#155D5E
2#125354
3#104849
4#0E3E3F
5#0B3434
6#09292A
7#071F1F
8#051515
9#020A0A
Tints
Lighter variations
1#1E8688
2#25A5A7
3#2CC4C7
4#43D3D6
5#62DBDD
6#82E2E3
7#A1E9EA
8#C0F0F1
9#E0F8F8
Tones
Muted variations
1#1B6364
2#1F5F60
3#235B5C
4#275758
5#2B5354
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 | E2F8 #E2F8F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F2 #C9F2F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FE9 #9FE9EA | BordersInactive statesPlaceholder text |
| 400 | 6DDD #6DDDDF | Disabled statesSecondary iconsMuted text |
| 500 | 43D3 #43D3D6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 28B6 #28B6B8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2090 #209092 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1767 #176769 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F42 #0F4243 | 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: #9FE9EA;
--teal-400: #6DDDDF;
--teal-500: #43D3D6;
--teal-600: #28B6B8;
--teal-700: #209092;
--teal-800: #176769;
--teal-900: #0F4243;
--teal-950: #09292A;
}