Teal
#0AA969
GreenColor Codes
All color formats for development
HEX
#0AA969RGB
rgb(10, 169, 105)HSL
hsl(156, 89%, 35%)OKLCH
oklch(0.648 0.151 157.6)CMYK
cmyk(94%, 0%, 38%, 34%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#09985F
2#088754
3#07764A
4#06653F
5#055435
6#04432A
7#033320
8#022215
9#01110B
Tints
Lighter variations
1#0CC87D
2#0DE790
3#24F2A0
4#43F4AD
5#62F6BB
6#82F8C9
7#A1FAD6
8#C0FBE4
9#E0FDF1
Tones
Muted variations
1#12A168
2#1A9966
3#229164
4#2A8963
5#328161
6#397960
7#41715E
8#49695C
9#51615B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFD #DDFDF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0FB #C0FBE4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 90F9 #90F9CF | BordersInactive statesPlaceholder text |
| 400 | 56F5 #56F5B6 | Disabled statesSecondary iconsMuted text |
| 500 | 26F2 #26F2A1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0CD4 #0CD484 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0AA9 #0AA969 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0778 #07784B | Text on light backgroundsHeadingsStrong borders |
| 900 | 044D #044D30 | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #03301E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FEF9;
--teal-100: #DDFDF0;
--teal-200: #C0FBE4;
--teal-300: #90F9CF;
--teal-400: #56F5B6;
--teal-500: #26F2A1;
--teal-600: #0CD484;
--teal-700: #0AA969;
--teal-800: #07784B;
--teal-900: #044D30;
--teal-950: #03301E;
}