Teal
#12A17B
GreenColor Codes
All color formats for development
HEX
#12A17BRGB
rgb(18, 161, 123)HSL
hsl(164, 80%, 35%)OKLCH
oklch(0.631 0.124 168.1)CMYK
cmyk(89%, 0%, 24%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#10916E
2#0E8162
3#0C7056
4#0B604A
5#09503D
6#074031
7#053025
8#042019
9#02100C
Tints
Lighter variations
1#15BE91
2#18DCA8
3#2EE8B6
4#4CEBC1
5#6AEECB
6#88F2D5
7#A5F5E0
8#C3F8EA
9#E1FCF5
Tones
Muted variations
1#199A77
2#209274
3#278B71
4#2E846D
5#367D6A
6#3D7667
7#446F63
8#4B6860
9#52605D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F8 #C3F8EA | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F3 #95F3DA | BordersInactive statesPlaceholder text |
| 400 | 5EED #5EEDC7 | Disabled statesSecondary iconsMuted text |
| 500 | 30E8 #30E8B7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 16CA #16CA9A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 12A1 #12A17B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D73 #0D7358 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0849 #084938 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E23 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FDFA;
--teal-100: #DFFBF4;
--teal-200: #C3F8EA;
--teal-300: #95F3DA;
--teal-400: #5EEDC7;
--teal-500: #30E8B7;
--teal-600: #16CA9A;
--teal-700: #12A17B;
--teal-800: #0D7358;
--teal-900: #084938;
--teal-950: #052E23;
}