Teal
#165F6A
CyanColor Codes
All color formats for development
HEX
#165F6ARGB
rgb(22, 95, 106)HSL
hsl(188, 66%, 25%)OKLCH
oklch(0.448 0.07 209.9)CMYK
cmyk(79%, 10%, 0%, 58%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#14555F
2#114C55
3#0F424A
4#0D393F
5#0B2F35
6#09262A
7#071C20
8#041315
9#02090B
Tints
Lighter variations
1#1C7B8A
2#2397A9
3#29B4C9
4#41C4D8
5#60CEDE
6#80D8E5
7#A0E1EB
8#C0EBF2
9#DFF5F8
Tones
Muted variations
1#1A5C66
2#1E5861
3#22555D
4#275259
5#2B4F55
6#2F4C51
7#33494C
8#374648
9#3C4344
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FB #F2FBFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F6 #E1F6F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8EE #C8EEF4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EE1 #9EE1EB | BordersInactive statesPlaceholder text |
| 400 | 6BD1 #6BD1E1 | Disabled statesSecondary iconsMuted text |
| 500 | 41C4 #41C4D8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 26A7 #26A7BA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E84 #1E8494 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 165F #165F6A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E3D #0E3D44 | Primary textHigh emphasis contentDark headings |
| 950 | 0926 #09262A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FBFC;
--teal-100: #E1F6F9;
--teal-200: #C8EEF4;
--teal-300: #9EE1EB;
--teal-400: #6BD1E1;
--teal-500: #41C4D8;
--teal-600: #26A7BA;
--teal-700: #1E8494;
--teal-800: #165F6A;
--teal-900: #0E3D44;
--teal-950: #09262A;
}