Teal
#0AA976
GreenColor Codes
All color formats for development
HEX
#0AA976RGB
rgb(10, 169, 118)HSL
hsl(161, 89%, 35%)OKLCH
oklch(0.651 0.139 162.8)CMYK
cmyk(94%, 0%, 30%, 34%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#09986B
2#08875F
3#077653
4#066547
5#05543B
6#04432F
7#033324
8#022218
9#01110C
Tints
Lighter variations
1#0CC88C
2#0DE7A2
3#24F2B1
4#43F4BC
5#62F6C7
6#82F8D2
7#A1FADE
8#C0FBE9
9#E0FDF4
Tones
Muted variations
1#12A173
2#1A9971
3#22916E
4#2A896B
5#328168
6#397965
7#417162
8#49695F
9#51615C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFD #DDFDF3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0FB #C0FBE9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 90F9 #90F9D7 | BordersInactive statesPlaceholder text |
| 400 | 56F5 #56F5C3 | Disabled statesSecondary iconsMuted text |
| 500 | 26F2 #26F2B2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0CD4 #0CD495 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0AA9 #0AA976 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0778 #077855 | Text on light backgroundsHeadingsStrong borders |
| 900 | 044D #044D36 | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #033022 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FEFA;
--teal-100: #DDFDF3;
--teal-200: #C0FBE9;
--teal-300: #90F9D7;
--teal-400: #56F5C3;
--teal-500: #26F2B2;
--teal-600: #0CD495;
--teal-700: #0AA976;
--teal-800: #077855;
--teal-900: #044D36;
--teal-950: #033022;
}