Teal
#146B67
CyanColor Codes
All color formats for development
HEX
#146B67RGB
rgb(20, 107, 103)HSL
hsl(177, 69%, 25%)OKLCH
oklch(0.479 0.077 190.1)CMYK
cmyk(81%, 0%, 4%, 58%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#12615D
2#105653
3#0E4B48
4#0C413E
5#0A3634
6#082B29
7#06201F
8#041615
9#020B0A
Tints
Lighter variations
1#1A8C86
2#20ACA5
3#26CDC4
4#3DDBD4
5#5DE1DB
6#7EE7E2
7#9EEDE9
8#BEF3F1
9#DFF9F8
Tones
Muted variations
1#186763
2#1D635F
3#215F5B
4#255A58
5#2A5654
6#2E5150
7#334D4C
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 #E1F9F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F5 #C7F5F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CED #9CEDE9 | BordersInactive statesPlaceholder text |
| 400 | 68E3 #68E3DD | Disabled statesSecondary iconsMuted text |
| 500 | 3DDB #3DDBD4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 23BE #23BEB6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C97 #1C9791 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146C #146C67 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D4542 | 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: #9CEDE9;
--teal-400: #68E3DD;
--teal-500: #3DDBD4;
--teal-600: #23BEB6;
--teal-700: #1C9791;
--teal-800: #146C67;
--teal-900: #0D4542;
--teal-950: #082B29;
}