Teal
#0AA96C
GreenColor Codes
All color formats for development
HEX
#0AA96CRGB
rgb(10, 169, 108)HSL
hsl(157, 89%, 35%)OKLCH
oklch(0.648 0.148 158.7)CMYK
cmyk(94%, 0%, 36%, 34%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#099861
2#088756
3#07764B
4#066541
5#055436
6#04432B
7#033320
8#022216
9#01110B
Tints
Lighter variations
1#0CC880
2#0DE794
3#24F2A3
4#43F4B0
5#62F6BD
6#82F8CA
7#A1FAD8
8#C0FBE5
9#E0FDF2
Tones
Muted variations
1#12A16A
2#1A9968
3#229166
4#2A8964
5#328163
6#397961
7#41715F
8#49695D
9#51615B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFD #DDFDF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0FB #C0FBE5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 90F9 #90F9D1 | BordersInactive statesPlaceholder text |
| 400 | 56F5 #56F5B8 | Disabled statesSecondary iconsMuted text |
| 500 | 26F2 #26F2A4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0CD4 #0CD488 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0AA9 #0AA96C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0778 #07784D | Text on light backgroundsHeadingsStrong borders |
| 900 | 044D #044D31 | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #03301F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FEF9;
--teal-100: #DDFDF1;
--teal-200: #C0FBE5;
--teal-300: #90F9D1;
--teal-400: #56F5B8;
--teal-500: #26F2A4;
--teal-600: #0CD488;
--teal-700: #0AA96C;
--teal-800: #07784D;
--teal-900: #044D31;
--teal-950: #03301F;
}