Teal
#145B6B
CyanColor Codes
All color formats for development
HEX
#145B6BRGB
rgb(20, 91, 107)HSL
hsl(191, 69%, 25%)OKLCH
oklch(0.437 0.071 216.9)CMYK
cmyk(81%, 15%, 0%, 58%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#125261
2#104956
3#0E404B
4#0C3741
5#0A2E36
6#08252B
7#061B20
8#041216
9#02090B
Tints
Lighter variations
1#1A778C
2#2093AC
3#26AECD
4#3DBEDB
5#5DC9E1
6#7ED4E7
7#9EDFED
8#BEE9F3
9#DFF4F9
Tones
Muted variations
1#185967
2#1D5663
3#21535F
4#25505A
5#2A4E56
6#2E4B51
7#33484D
8#374549
9#3B4344
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FB #F2FBFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F5 #E1F5F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7EC #C7ECF5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CDE #9CDEED | BordersInactive statesPlaceholder text |
| 400 | 68CD #68CDE3 | Disabled statesSecondary iconsMuted text |
| 500 | 3DBE #3DBEDB | Primary brand colorCTAsActive elementsLinks |
| 600 | 23A1 #23A1BE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C80 #1C8097 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 145C #145C6C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D3B #0D3B45 | Primary textHigh emphasis contentDark headings |
| 950 | 0825 #08252B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FBFD;
--teal-100: #E1F5F9;
--teal-200: #C7ECF5;
--teal-300: #9CDEED;
--teal-400: #68CDE3;
--teal-500: #3DBEDB;
--teal-600: #23A1BE;
--teal-700: #1C8097;
--teal-800: #145C6C;
--teal-900: #0D3B45;
--teal-950: #08252B;
}