Teal
#167B9C
BlueColor Codes
All color formats for development
HEX
#167B9CRGB
rgb(22, 123, 156)HSL
hsl(195, 75%, 35%)OKLCH
oklch(0.545 0.099 226.4)CMYK
cmyk(86%, 21%, 0%, 39%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#146E8D
2#12627D
3#10566D
4#0D4A5E
5#0B3D4E
6#09313E
7#07252F
8#04191F
9#020C10
Tints
Lighter variations
1#1A92B9
2#1FA8D6
3#34B6E2
4#51C1E6
5#6ECBEA
6#8BD6EE
7#A8E0F3
8#C5EAF7
9#E2F5FB
Tones
Muted variations
1#1D7795
2#24748F
3#2A7188
4#316D81
5#386A7B
6#3E6774
7#45636D
8#4C6067
9#535D60
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FA #F2FAFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0F4 #E0F4FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5EA #C5EAF7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98DA #98DAF0 | BordersInactive statesPlaceholder text |
| 400 | 63C7 #63C7E9 | Disabled statesSecondary iconsMuted text |
| 500 | 36B7 #36B7E2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1C9A #1C9AC4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 167B #167B9C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1058 #105870 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A38 #0A3847 | Primary textHigh emphasis contentDark headings |
| 950 | 0623 #06232D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FAFD;
--teal-100: #E0F4FB;
--teal-200: #C5EAF7;
--teal-300: #98DAF0;
--teal-400: #63C7E9;
--teal-500: #36B7E2;
--teal-600: #1C9AC4;
--teal-700: #167B9C;
--teal-800: #105870;
--teal-900: #0A3847;
--teal-950: #06232D;
}