Teal
#0AA971
GreenColor Codes
All color formats for development
HEX
#0AA971RGB
rgb(10, 169, 113)HSL
hsl(159, 89%, 35%)OKLCH
oklch(0.649 0.144 160.6)CMYK
cmyk(94%, 0%, 33%, 34%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#099866
2#08875A
3#07764F
4#066544
5#055439
6#04432D
7#033322
8#022217
9#01110B
Tints
Lighter variations
1#0CC886
2#0DE79B
3#24F2AA
4#43F4B6
5#62F6C2
6#82F8CE
7#A1FADB
8#C0FBE7
9#E0FDF3
Tones
Muted variations
1#12A16F
2#1A996C
3#22916A
4#2A8968
5#328165
6#397963
7#417160
8#49695E
9#51615C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFD #DDFDF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0FB #C0FBE7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 90F9 #90F9D4 | BordersInactive statesPlaceholder text |
| 400 | 56F5 #56F5BE | Disabled statesSecondary iconsMuted text |
| 500 | 26F2 #26F2AB | Primary brand colorCTAsActive elementsLinks |
| 600 | 0CD4 #0CD48E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0AA9 #0AA971 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0778 #077851 | Text on light backgroundsHeadingsStrong borders |
| 900 | 044D #044D34 | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #033020 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FEF9;
--teal-100: #DDFDF2;
--teal-200: #C0FBE7;
--teal-300: #90F9D4;
--teal-400: #56F5BE;
--teal-500: #26F2AB;
--teal-600: #0CD48E;
--teal-700: #0AA971;
--teal-800: #077851;
--teal-900: #044D34;
--teal-950: #033020;
}