Teal
#09AA71
GreenColor Codes
All color formats for development
HEX
#09AA71RGB
rgb(9, 170, 113)HSL
hsl(159, 90%, 35%)OKLCH
oklch(0.652 0.145 160.4)CMYK
cmyk(95%, 0%, 34%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#089966
2#07885B
3#06774F
4#056644
5#045539
6#04442D
7#033322
8#022217
9#01110B
Tints
Lighter variations
1#0BC986
2#0CE99B
3#23F3AA
4#42F5B6
5#62F7C3
6#81F8CF
7#A1FADB
8#C0FCE7
9#E0FDF3
Tones
Muted variations
1#11A26F
2#199A6D
3#21916A
4#298968
5#318165
6#397963
7#417160
8#49695E
9#51615C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFD #DDFDF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0FC #C0FCE7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 90F9 #90F9D4 | BordersInactive statesPlaceholder text |
| 400 | 55F6 #55F6BE | Disabled statesSecondary iconsMuted text |
| 500 | 25F4 #25F4AB | Primary brand colorCTAsActive elementsLinks |
| 600 | 0BD5 #0BD58E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 09AA #09AA71 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0679 #067951 | Text on light backgroundsHeadingsStrong borders |
| 900 | 044E #044E34 | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #033020 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FEF9;
--teal-100: #DDFDF2;
--teal-200: #C0FCE7;
--teal-300: #90F9D4;
--teal-400: #55F6BE;
--teal-500: #25F4AB;
--teal-600: #0BD58E;
--teal-700: #09AA71;
--teal-800: #067951;
--teal-900: #044E34;
--teal-950: #033020;
}