Teal
#146B68
CyanColor Codes
All color formats for development
HEX
#146B68RGB
rgb(20, 107, 104)HSL
hsl(178, 69%, 25%)OKLCH
oklch(0.479 0.077 191.3)CMYK
cmyk(81%, 0%, 3%, 58%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#12615E
2#105654
3#0E4B49
4#0C413F
5#0A3634
6#082B2A
7#06201F
8#041615
9#020B0A
Tints
Lighter variations
1#1A8C88
2#20ACA8
3#26CDC7
4#3DDBD6
5#5DE1DD
6#7EE7E4
7#9EEDEB
8#BEF3F1
9#DFF9F8
Tones
Muted variations
1#186765
2#1D6361
3#215F5C
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 #E1F9F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F5 #C7F5F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CED #9CEDEA | BordersInactive statesPlaceholder text |
| 400 | 68E3 #68E3DF | Disabled statesSecondary iconsMuted text |
| 500 | 3DDB #3DDBD6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 23BE #23BEB8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C97 #1C9793 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146C #146C69 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D4543 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B2A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FDFC;
--teal-100: #E1F9F9;
--teal-200: #C7F5F3;
--teal-300: #9CEDEA;
--teal-400: #68E3DF;
--teal-500: #3DDBD6;
--teal-600: #23BEB8;
--teal-700: #1C9793;
--teal-800: #146C69;
--teal-900: #0D4543;
--teal-950: #082B2A;
}