Teal
#12A176
GreenColor Codes
All color formats for development
HEX
#12A176RGB
rgb(18, 161, 118)HSL
hsl(162, 80%, 35%)OKLCH
oklch(0.63 0.128 165.4)CMYK
cmyk(89%, 0%, 27%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#10916A
2#0E815E
3#0C7052
4#0B6047
5#09503B
6#07402F
7#053023
8#042018
9#02100C
Tints
Lighter variations
1#15BE8C
2#18DCA2
3#2EE8B0
4#4CEBBB
5#6AEEC7
6#88F2D2
7#A5F5DD
8#C3F8E8
9#E1FCF4
Tones
Muted variations
1#199A73
2#209270
3#278B6D
4#2E846A
5#367D68
6#3D7665
7#446F62
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 #C3F8E8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F3 #95F3D7 | BordersInactive statesPlaceholder text |
| 400 | 5EED #5EEDC2 | Disabled statesSecondary iconsMuted text |
| 500 | 30E8 #30E8B1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 16CA #16CA94 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 12A1 #12A176 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D73 #0D7354 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0849 #084936 | 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: #C3F8E8;
--teal-300: #95F3D7;
--teal-400: #5EEDC2;
--teal-500: #30E8B1;
--teal-600: #16CA94;
--teal-700: #12A176;
--teal-800: #0D7354;
--teal-900: #084936;
--teal-950: #052E22;
}