Teal
#0AA97C
GreenColor Codes
All color formats for development
HEX
#0AA97CRGB
rgb(10, 169, 124)HSL
hsl(163, 89%, 35%)OKLCH
oklch(0.652 0.134 165.6)CMYK
cmyk(94%, 0%, 27%, 34%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#09986F
2#088763
3#077657
4#06654A
5#05543E
6#044331
7#033325
8#022219
9#01110C
Tints
Lighter variations
1#0CC893
2#0DE7AA
3#24F2B8
4#43F4C2
5#62F6CC
6#82F8D6
7#A1FAE0
8#C0FBEB
9#E0FDF5
Tones
Muted variations
1#12A178
2#1A9975
3#229171
4#2A896E
5#32816A
6#397967
7#417164
8#496960
9#51615D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFD #DDFDF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0FB #C0FBEB | Secondary backgroundsInput backgroundsDividers |
| 300 | 90F9 #90F9DB | BordersInactive statesPlaceholder text |
| 400 | 56F5 #56F5C8 | Disabled statesSecondary iconsMuted text |
| 500 | 26F2 #26F2B9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0CD4 #0CD49B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0AA9 #0AA97C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0778 #077858 | Text on light backgroundsHeadingsStrong borders |
| 900 | 044D #044D39 | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #033023 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FEFA;
--teal-100: #DDFDF4;
--teal-200: #C0FBEB;
--teal-300: #90F9DB;
--teal-400: #56F5C8;
--teal-500: #26F2B9;
--teal-600: #0CD49B;
--teal-700: #0AA97C;
--teal-800: #077858;
--teal-900: #044D39;
--teal-950: #033023;
}