Teal
#09AA6C
GreenColor Codes
All color formats for development
HEX
#09AA6CRGB
rgb(9, 170, 108)HSL
hsl(157, 90%, 35%)OKLCH
oklch(0.651 0.15 158.4)CMYK
cmyk(95%, 0%, 36%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#089961
2#078856
3#06774C
4#056641
5#045536
6#04442B
7#033320
8#022216
9#01110B
Tints
Lighter variations
1#0BC980
2#0CE994
3#23F3A3
4#42F5B0
5#62F7BE
6#81F8CB
7#A1FAD8
8#C0FCE5
9#E0FDF2
Tones
Muted variations
1#11A26A
2#199A68
3#219166
4#298964
5#318163
6#397961
7#41715F
8#49695D
9#51615B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFD #DDFDF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0FC #C0FCE5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 90F9 #90F9D1 | BordersInactive statesPlaceholder text |
| 400 | 55F6 #55F6B8 | Disabled statesSecondary iconsMuted text |
| 500 | 25F4 #25F4A4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0BD5 #0BD588 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 09AA #09AA6C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0679 #06794D | Text on light backgroundsHeadingsStrong borders |
| 900 | 044E #044E31 | 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: #F0FEF9;
--teal-100: #DDFDF1;
--teal-200: #C0FCE5;
--teal-300: #90F9D1;
--teal-400: #55F6B8;
--teal-500: #25F4A4;
--teal-600: #0BD588;
--teal-700: #09AA6C;
--teal-800: #06794D;
--teal-900: #044E31;
--teal-950: #03301F;
}