Teal
#12A16F
GreenColor Codes
All color formats for development
HEX
#12A16FRGB
rgb(18, 161, 111)HSL
hsl(159, 80%, 35%)OKLCH
oklch(0.628 0.134 161.9)CMYK
cmyk(89%, 0%, 31%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#109164
2#0E8159
3#0C704D
4#0B6042
5#095037
6#07402C
7#053021
8#042016
9#02100B
Tints
Lighter variations
1#15BE83
2#18DC98
3#2EE8A7
4#4CEBB3
5#6AEEC0
6#88F2CD
7#A5F5D9
8#C3F8E6
9#E1FCF2
Tones
Muted variations
1#199A6D
2#20926A
3#278B68
4#2E8466
5#367D64
6#3D7662
7#446F60
8#4B685E
9#52605B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F8 #C3F8E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F3 #95F3D2 | BordersInactive statesPlaceholder text |
| 400 | 5EED #5EEDBB | Disabled statesSecondary iconsMuted text |
| 500 | 30E8 #30E8A8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 16CA #16CA8B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 12A1 #12A16F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D73 #0D734F | Text on light backgroundsHeadingsStrong borders |
| 900 | 0849 #084933 | 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: #DFFBF1;
--teal-200: #C3F8E6;
--teal-300: #95F3D2;
--teal-400: #5EEDBB;
--teal-500: #30E8A8;
--teal-600: #16CA8B;
--teal-700: #12A16F;
--teal-800: #0D734F;
--teal-900: #084933;
--teal-950: #052E20;
}