Teal
#146B6B
CyanColor Codes
All color formats for development
HEX
#146B6BRGB
rgb(20, 107, 107)HSL
hsl(180, 69%, 25%)OKLCH
oklch(0.481 0.077 194.9)CMYK
cmyk(81%, 0%, 0%, 58%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#126161
2#105656
3#0E4B4B
4#0C4141
5#0A3636
6#082B2B
7#062020
8#041616
9#020B0B
Tints
Lighter variations
1#1A8C8C
2#20ACAC
3#26CDCD
4#3DDBDB
5#5DE1E1
6#7EE7E7
7#9EEDED
8#BEF3F3
9#DFF9F9
Tones
Muted variations
1#186767
2#1D6363
3#215F5F
4#255A5A
5#2A5656
6#2E5151
7#334D4D
8#374949
9#3B4444
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F5 #C7F5F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CED #9CEDED | BordersInactive statesPlaceholder text |
| 400 | 68E3 #68E3E3 | Disabled statesSecondary iconsMuted text |
| 500 | 3DDB #3DDBDB | Primary brand colorCTAsActive elementsLinks |
| 600 | 23BE #23BEBE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C97 #1C9797 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146C #146C6C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D4545 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B2B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FDFD;
--teal-100: #E1F9F9;
--teal-200: #C7F5F5;
--teal-300: #9CEDED;
--teal-400: #68E3E3;
--teal-500: #3DDBDB;
--teal-600: #23BEBE;
--teal-700: #1C9797;
--teal-800: #146C6C;
--teal-900: #0D4545;
--teal-950: #082B2B;
}