Teal
#09AA6F
GreenColor Codes
All color formats for development
HEX
#09AA6FRGB
rgb(9, 170, 111)HSL
hsl(158, 90%, 35%)OKLCH
oklch(0.652 0.147 159.6)CMYK
cmyk(95%, 0%, 35%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#089964
2#078859
3#06774D
4#056642
5#045537
6#04442C
7#033321
8#022216
9#01110B
Tints
Lighter variations
1#0BC983
2#0CE998
3#23F3A7
4#42F5B3
5#62F7C0
6#81F8CD
7#A1FAD9
8#C0FCE6
9#E0FDF2
Tones
Muted variations
1#11A26D
2#199A6A
3#219168
4#298966
5#318164
6#397962
7#417160
8#49695E
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 #C0FCE6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 90F9 #90F9D2 | BordersInactive statesPlaceholder text |
| 400 | 55F6 #55F6BB | Disabled statesSecondary iconsMuted text |
| 500 | 25F4 #25F4A8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0BD5 #0BD58B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 09AA #09AA6F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0679 #06794F | Text on light backgroundsHeadingsStrong borders |
| 900 | 044E #044E33 | 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: #DDFDF1;
--teal-200: #C0FCE6;
--teal-300: #90F9D2;
--teal-400: #55F6BB;
--teal-500: #25F4A8;
--teal-600: #0BD58B;
--teal-700: #09AA6F;
--teal-800: #06794F;
--teal-900: #044E33;
--teal-950: #033020;
}