Teal
#12A178
GreenColor Codes
All color formats for development
HEX
#12A178RGB
rgb(18, 161, 120)HSL
hsl(163, 80%, 35%)OKLCH
oklch(0.63 0.127 166.4)CMYK
cmyk(89%, 0%, 25%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#10916C
2#0E8160
3#0C7054
4#0B6048
5#09503C
6#074030
7#053024
8#042018
9#02100C
Tints
Lighter variations
1#15BE8F
2#18DCA5
3#2EE8B3
4#4CEBBE
5#6AEEC9
6#88F2D4
7#A5F5DF
8#C3F8E9
9#E1FCF4
Tones
Muted variations
1#199A75
2#209272
3#278B6F
4#2E846C
5#367D69
6#3D7666
7#446F63
8#4B685F
9#52605C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBF3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F8 #C3F8E9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F3 #95F3D9 | BordersInactive statesPlaceholder text |
| 400 | 5EED #5EEDC5 | Disabled statesSecondary iconsMuted text |
| 500 | 30E8 #30E8B4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 16CA #16CA97 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 12A1 #12A178 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D73 #0D7356 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0849 #084937 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E22 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FDFA;
--teal-100: #DFFBF3;
--teal-200: #C3F8E9;
--teal-300: #95F3D9;
--teal-400: #5EEDC5;
--teal-500: #30E8B4;
--teal-600: #16CA97;
--teal-700: #12A178;
--teal-800: #0D7356;
--teal-900: #084937;
--teal-950: #052E22;
}