Teal
#12A171
GreenColor Codes
All color formats for development
HEX
#12A171RGB
rgb(18, 161, 113)HSL
hsl(160, 80%, 35%)OKLCH
oklch(0.629 0.133 162.9)CMYK
cmyk(89%, 0%, 30%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#109166
2#0E815A
3#0C704F
4#0B6044
5#095039
6#07402D
7#053022
8#042017
9#02100B
Tints
Lighter variations
1#15BE86
2#18DC9B
3#2EE8AA
4#4CEBB6
5#6AEEC2
6#88F2CE
7#A5F5DB
8#C3F8E7
9#E1FCF3
Tones
Muted variations
1#199A6F
2#20926C
3#278B6A
4#2E8468
5#367D65
6#3D7663
7#446F60
8#4B685E
9#52605C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F8 #C3F8E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F3 #95F3D4 | BordersInactive statesPlaceholder text |
| 400 | 5EED #5EEDBE | Disabled statesSecondary iconsMuted text |
| 500 | 30E8 #30E8AB | Primary brand colorCTAsActive elementsLinks |
| 600 | 16CA #16CA8E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 12A1 #12A171 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D73 #0D7351 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0849 #084934 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E20 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FDF9;
--teal-100: #DFFBF2;
--teal-200: #C3F8E7;
--teal-300: #95F3D4;
--teal-400: #5EEDBE;
--teal-500: #30E8AB;
--teal-600: #16CA8E;
--teal-700: #12A171;
--teal-800: #0D7351;
--teal-900: #084934;
--teal-950: #052E20;
}