Teal
#12A173
GreenColor Codes
All color formats for development
HEX
#12A173RGB
rgb(18, 161, 115)HSL
hsl(161, 80%, 35%)OKLCH
oklch(0.629 0.131 163.8)CMYK
cmyk(89%, 0%, 29%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#109168
2#0E815C
3#0C7051
4#0B6045
5#09503A
6#07402E
7#053023
8#042017
9#02100C
Tints
Lighter variations
1#15BE89
2#18DC9E
3#2EE8AD
4#4CEBB9
5#6AEEC4
6#88F2D0
7#A5F5DC
8#C3F8E8
9#E1FCF3
Tones
Muted variations
1#199A71
2#20926E
3#278B6C
4#2E8469
5#367D66
6#3D7664
7#446F61
8#4B685E
9#52605C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F8 #C3F8E8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F3 #95F3D6 | BordersInactive statesPlaceholder text |
| 400 | 5EED #5EEDC0 | Disabled statesSecondary iconsMuted text |
| 500 | 30E8 #30E8AE | Primary brand colorCTAsActive elementsLinks |
| 600 | 16CA #16CA91 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 12A1 #12A173 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D73 #0D7352 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0849 #084935 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E21 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FDFA;
--teal-100: #DFFBF2;
--teal-200: #C3F8E8;
--teal-300: #95F3D6;
--teal-400: #5EEDC0;
--teal-500: #30E8AE;
--teal-600: #16CA91;
--teal-700: #12A173;
--teal-800: #0D7352;
--teal-900: #084935;
--teal-950: #052E21;
}