Teal
#165C6A
CyanColor Codes
All color formats for development
HEX
#165C6ARGB
rgb(22, 92, 106)HSL
hsl(190, 66%, 25%)OKLCH
oklch(0.44 0.07 214.4)CMYK
cmyk(79%, 13%, 0%, 58%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#14535F
2#114955
3#0F404A
4#0D373F
5#0B2E35
6#09252A
7#071C20
8#041215
9#02090B
Tints
Lighter variations
1#1C778A
2#2393A9
3#29AEC9
4#41BFD8
5#60C9DE
6#80D4E5
7#A0DFEB
8#C0EAF2
9#DFF4F8
Tones
Muted variations
1#1A5966
2#1E5661
3#22535D
4#275159
5#2B4E55
6#2F4B51
7#33484C
8#374548
9#3C4344
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FB #F2FBFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F5 #E1F5F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8EC #C8ECF4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EDE #9EDEEB | BordersInactive statesPlaceholder text |
| 400 | 6BCD #6BCDE1 | Disabled statesSecondary iconsMuted text |
| 500 | 41BF #41BFD8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 26A2 #26A2BA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E81 #1E8194 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 165C #165C6A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E3B #0E3B44 | Primary textHigh emphasis contentDark headings |
| 950 | 0925 #09252A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FBFC;
--teal-100: #E1F5F9;
--teal-200: #C8ECF4;
--teal-300: #9EDEEB;
--teal-400: #6BCDE1;
--teal-500: #41BFD8;
--teal-600: #26A2BA;
--teal-700: #1E8194;
--teal-800: #165C6A;
--teal-900: #0E3B44;
--teal-950: #09252A;
}