Teal
#146C63
CyanColor Codes
All color formats for development
HEX
#146C63RGB
rgb(20, 108, 99)HSL
hsl(174, 69%, 25%)OKLCH
oklch(0.48 0.079 184.4)CMYK
cmyk(81%, 0%, 8%, 58%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#126159
2#10564F
3#0E4B45
4#0C413B
5#0A3631
6#082B28
7#06201E
8#041614
9#020B0A
Tints
Lighter variations
1#1A8C81
2#20AC9E
3#26CDBC
4#3DDBCC
5#5DE1D4
6#7EE7DD
7#9EEDE5
8#BEF3EE
9#DFF9F6
Tones
Muted variations
1#18675F
2#1D635C
3#215F58
4#255A55
5#2A5651
6#2E514E
7#334D4A
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 #C7F5F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CED #9CEDE5 | BordersInactive statesPlaceholder text |
| 400 | 68E3 #68E3D7 | Disabled statesSecondary iconsMuted text |
| 500 | 3DDB #3DDBCC | Primary brand colorCTAsActive elementsLinks |
| 600 | 23BE #23BEAE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C97 #1C978B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146C #146C63 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D453F | 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: #C7F5F0;
--teal-300: #9CEDE5;
--teal-400: #68E3D7;
--teal-500: #3DDBCC;
--teal-600: #23BEAE;
--teal-700: #1C978B;
--teal-800: #146C63;
--teal-900: #0D453F;
--teal-950: #082B28;
}