Teal
#146C6A
CyanColor Codes
All color formats for development
HEX
#146C6ARGB
rgb(20, 108, 106)HSL
hsl(179, 69%, 25%)OKLCH
oklch(0.483 0.077 192.5)CMYK
cmyk(81%, 0%, 2%, 58%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#126160
2#105655
3#0E4B4A
4#0C4140
5#0A3635
6#082B2B
7#062020
8#041615
9#020B0B
Tints
Lighter variations
1#1A8C8A
2#20ACAA
3#26CDCA
4#3DDBD9
5#5DE1DF
6#7EE7E6
7#9EEDEC
8#BEF3F2
9#DFF9F9
Tones
Muted variations
1#186766
2#1D6362
3#215F5E
4#255A59
5#2A5655
6#2E5151
7#334D4D
8#374948
9#3B4444
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F5 #C7F5F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CED #9CEDEB | BordersInactive statesPlaceholder text |
| 400 | 68E3 #68E3E1 | Disabled statesSecondary iconsMuted text |
| 500 | 3DDB #3DDBD9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 23BE #23BEBB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C97 #1C9795 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146C #146C6A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D4544 | 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: #F2FDFC;
--teal-100: #E1F9F9;
--teal-200: #C7F5F4;
--teal-300: #9CEDEB;
--teal-400: #68E3E1;
--teal-500: #3DDBD9;
--teal-600: #23BEBB;
--teal-700: #1C9795;
--teal-800: #146C6A;
--teal-900: #0D4544;
--teal-950: #082B2B;
}