Teal
#09AA77
GreenColor Codes
All color formats for development
HEX
#09AA77RGB
rgb(9, 170, 119)HSL
hsl(161, 90%, 35%)OKLCH
oklch(0.653 0.14 162.9)CMYK
cmyk(95%, 0%, 30%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#08996B
2#07885F
3#067753
4#056647
5#04553B
6#04442F
7#033324
8#022218
9#01110C
Tints
Lighter variations
1#0BC98D
2#0CE9A3
3#23F3B1
4#42F5BC
5#62F7C7
6#81F8D3
7#A1FADE
8#C0FCE9
9#E0FDF4
Tones
Muted variations
1#11A274
2#199A71
3#21916E
4#29896B
5#318168
6#397965
7#417162
8#49695F
9#51615C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFD #DDFDF3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0FC #C0FCE9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 90F9 #90F9D8 | BordersInactive statesPlaceholder text |
| 400 | 55F6 #55F6C3 | Disabled statesSecondary iconsMuted text |
| 500 | 25F4 #25F4B2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0BD5 #0BD595 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 09AA #09AA77 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0679 #067955 | Text on light backgroundsHeadingsStrong borders |
| 900 | 044E #044E36 | 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: #F0FEFA;
--teal-100: #DDFDF3;
--teal-200: #C0FCE9;
--teal-300: #90F9D8;
--teal-400: #55F6C3;
--teal-500: #25F4B2;
--teal-600: #0BD595;
--teal-700: #09AA77;
--teal-800: #067955;
--teal-900: #044E36;
--teal-950: #033022;
}