Teal
#09AA67
GreenColor Codes
All color formats for development
HEX
#09AA67RGB
rgb(9, 170, 103)HSL
hsl(155, 90%, 35%)OKLCH
oklch(0.65 0.154 156.7)CMYK
cmyk(95%, 0%, 39%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#08995C
2#078852
3#067748
4#05663E
5#045533
6#044429
7#03331F
8#022215
9#01110A
Tints
Lighter variations
1#0BC97A
2#0CE98D
3#23F39C
4#42F5AA
5#62F7B9
6#81F8C7
7#A1FAD5
8#C0FCE3
9#E0FDF1
Tones
Muted variations
1#11A265
2#199A64
3#219163
4#298961
5#318160
6#39795F
7#41715D
8#49695C
9#51615B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFD #DDFDF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0FC #C0FCE3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 90F9 #90F9CD | BordersInactive statesPlaceholder text |
| 400 | 55F6 #55F6B3 | Disabled statesSecondary iconsMuted text |
| 500 | 25F4 #25F49D | Primary brand colorCTAsActive elementsLinks |
| 600 | 0BD5 #0BD581 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 09AA #09AA67 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0679 #067949 | Text on light backgroundsHeadingsStrong borders |
| 900 | 044E #044E2F | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #03301D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FEF8;
--teal-100: #DDFDF0;
--teal-200: #C0FCE3;
--teal-300: #90F9CD;
--teal-400: #55F6B3;
--teal-500: #25F49D;
--teal-600: #0BD581;
--teal-700: #09AA67;
--teal-800: #067949;
--teal-900: #044E2F;
--teal-950: #03301D;
}