Teal
#09AA74
GreenColor Codes
All color formats for development
HEX
#09AA74RGB
rgb(9, 170, 116)HSL
hsl(160, 90%, 35%)OKLCH
oklch(0.653 0.142 161.6)CMYK
cmyk(95%, 0%, 32%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#089968
2#07885D
3#067751
4#056646
5#04553A
6#04442E
7#033323
8#022217
9#01110C
Tints
Lighter variations
1#0BC98A
2#0CE99F
3#23F3AE
4#42F5B9
5#62F7C5
6#81F8D1
7#A1FADC
8#C0FCE8
9#E0FDF3
Tones
Muted variations
1#11A271
2#199A6F
3#21916C
4#298969
5#318167
6#397964
7#417161
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 #C0FCE8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 90F9 #90F9D6 | BordersInactive statesPlaceholder text |
| 400 | 55F6 #55F6C1 | Disabled statesSecondary iconsMuted text |
| 500 | 25F4 #25F4AF | Primary brand colorCTAsActive elementsLinks |
| 600 | 0BD5 #0BD592 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 09AA #09AA74 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0679 #067953 | Text on light backgroundsHeadingsStrong borders |
| 900 | 044E #044E35 | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #033021 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FEFA;
--teal-100: #DDFDF3;
--teal-200: #C0FCE8;
--teal-300: #90F9D6;
--teal-400: #55F6C1;
--teal-500: #25F4AF;
--teal-600: #0BD592;
--teal-700: #09AA74;
--teal-800: #067953;
--teal-900: #044E35;
--teal-950: #033021;
}