Teal
#09AA7C
GreenColor Codes
All color formats for development
HEX
#09AA7CRGB
rgb(9, 170, 124)HSL
hsl(163, 90%, 35%)OKLCH
oklch(0.655 0.136 165.3)CMYK
cmyk(95%, 0%, 27%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#089970
2#078863
3#067757
4#05664A
5#04553E
6#044432
7#033325
8#022219
9#01110C
Tints
Lighter variations
1#0BC993
2#0CE9AA
3#23F3B8
4#42F5C2
5#62F7CC
6#81F8D7
7#A1FAE1
8#C0FCEB
9#E0FDF5
Tones
Muted variations
1#11A279
2#199A75
3#219172
4#29896E
5#31816B
6#397967
7#417164
8#496960
9#51615D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFD #DDFDF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0FC #C0FCEB | Secondary backgroundsInput backgroundsDividers |
| 300 | 90F9 #90F9DB | BordersInactive statesPlaceholder text |
| 400 | 55F6 #55F6C9 | Disabled statesSecondary iconsMuted text |
| 500 | 25F4 #25F4B9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0BD5 #0BD59C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 09AA #09AA7C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0679 #067959 | Text on light backgroundsHeadingsStrong borders |
| 900 | 044E #044E39 | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #033023 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FEFA;
--teal-100: #DDFDF4;
--teal-200: #C0FCEB;
--teal-300: #90F9DB;
--teal-400: #55F6C9;
--teal-500: #25F4B9;
--teal-600: #0BD59C;
--teal-700: #09AA7C;
--teal-800: #067959;
--teal-900: #044E39;
--teal-950: #033023;
}