Teal
#146C64
CyanColor Codes
All color formats for development
HEX
#146C64RGB
rgb(20, 108, 100)HSL
hsl(175, 69%, 25%)OKLCH
oklch(0.481 0.079 185.5)CMYK
cmyk(81%, 0%, 7%, 58%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#12615A
2#105650
3#0E4B46
4#0C413C
5#0A3632
6#082B28
7#06201E
8#041614
9#020B0A
Tints
Lighter variations
1#1A8C83
2#20ACA1
3#26CDBF
4#3DDBCE
5#5DE1D6
6#7EE7DE
7#9EEDE7
8#BEF3EF
9#DFF9F7
Tones
Muted variations
1#186761
2#1D635D
3#215F59
4#255A56
5#2A5652
6#2E514E
7#334D4B
8#374947
9#3B4443
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F5 #C7F5F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CED #9CEDE6 | BordersInactive statesPlaceholder text |
| 400 | 68E3 #68E3D9 | Disabled statesSecondary iconsMuted text |
| 500 | 3DDB #3DDBCE | Primary brand colorCTAsActive elementsLinks |
| 600 | 23BE #23BEB1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C97 #1C978D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146C #146C64 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D4540 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B28 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FDFC;
--teal-100: #E1F9F7;
--teal-200: #C7F5F1;
--teal-300: #9CEDE6;
--teal-400: #68E3D9;
--teal-500: #3DDBCE;
--teal-600: #23BEB1;
--teal-700: #1C978D;
--teal-800: #146C64;
--teal-900: #0D4540;
--teal-950: #082B28;
}