Teal
#146C66
CyanColor Codes
All color formats for development
HEX
#146C66RGB
rgb(20, 108, 102)HSL
hsl(176, 69%, 25%)OKLCH
oklch(0.481 0.078 187.8)CMYK
cmyk(81%, 0%, 6%, 58%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#12615C
2#105651
3#0E4B47
4#0C413D
5#0A3633
6#082B29
7#06201F
8#041614
9#020B0A
Tints
Lighter variations
1#1A8C84
2#20ACA3
3#26CDC2
4#3DDBD1
5#5DE1D9
6#7EE7E0
7#9EEDE8
8#BEF3F0
9#DFF9F7
Tones
Muted variations
1#186762
2#1D635E
3#215F5A
4#255A57
5#2A5653
6#2E514F
7#334D4B
8#374947
9#3B4444
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F5 #C7F5F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CED #9CEDE7 | BordersInactive statesPlaceholder text |
| 400 | 68E3 #68E3DB | Disabled statesSecondary iconsMuted text |
| 500 | 3DDB #3DDBD1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 23BE #23BEB3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C97 #1C978F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146C #146C66 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D4541 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FDFC;
--teal-100: #E1F9F8;
--teal-200: #C7F5F2;
--teal-300: #9CEDE7;
--teal-400: #68E3DB;
--teal-500: #3DDBD1;
--teal-600: #23BEB3;
--teal-700: #1C978F;
--teal-800: #146C66;
--teal-900: #0D4541;
--teal-950: #082B29;
}