Teal
#09AA69
GreenColor Codes
All color formats for development
HEX
#09AA69RGB
rgb(9, 170, 105)HSL
hsl(156, 90%, 35%)OKLCH
oklch(0.65 0.152 157.4)CMYK
cmyk(95%, 0%, 38%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#08995F
2#078854
3#06774A
4#05663F
5#045535
6#04442A
7#033320
8#022215
9#01110B
Tints
Lighter variations
1#0BC97D
2#0CE990
3#23F3A0
4#42F5AD
5#62F7BB
6#81F8C9
7#A1FAD6
8#C0FCE4
9#E0FDF1
Tones
Muted variations
1#11A268
2#199A66
3#219164
4#298963
5#318161
6#397960
7#41715E
8#49695C
9#51615B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFD #DDFDF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0FC #C0FCE4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 90F9 #90F9CF | BordersInactive statesPlaceholder text |
| 400 | 55F6 #55F6B6 | Disabled statesSecondary iconsMuted text |
| 500 | 25F4 #25F4A1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0BD5 #0BD584 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 09AA #09AA69 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0679 #06794B | Text on light backgroundsHeadingsStrong borders |
| 900 | 044E #044E30 | 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: #F0FEF9;
--teal-100: #DDFDF0;
--teal-200: #C0FCE4;
--teal-300: #90F9CF;
--teal-400: #55F6B6;
--teal-500: #25F4A1;
--teal-600: #0BD584;
--teal-700: #09AA69;
--teal-800: #06794B;
--teal-900: #044E30;
--teal-950: #03301E;
}