Teal
#09AA79
GreenColor Codes
All color formats for development
HEX
#09AA79RGB
rgb(9, 170, 121)HSL
hsl(162, 90%, 35%)OKLCH
oklch(0.654 0.138 163.9)CMYK
cmyk(95%, 0%, 29%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#08996D
2#078861
3#067755
4#056649
5#04553D
6#044431
7#033324
8#022218
9#01110C
Tints
Lighter variations
1#0BC990
2#0CE9A6
3#23F3B5
4#42F5BF
5#62F7CA
6#81F8D5
7#A1FADF
8#C0FCEA
9#E0FDF4
Tones
Muted variations
1#11A276
2#199A73
3#219170
4#29896D
5#318169
6#397966
7#417163
8#496960
9#51615C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFD #DDFDF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0FC #C0FCEA | Secondary backgroundsInput backgroundsDividers |
| 300 | 90F9 #90F9D9 | BordersInactive statesPlaceholder text |
| 400 | 55F6 #55F6C6 | Disabled statesSecondary iconsMuted text |
| 500 | 25F4 #25F4B6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0BD5 #0BD599 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 09AA #09AA79 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0679 #067957 | Text on light backgroundsHeadingsStrong borders |
| 900 | 044E #044E37 | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #033023 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FEFA;
--teal-100: #DDFDF4;
--teal-200: #C0FCEA;
--teal-300: #90F9D9;
--teal-400: #55F6C6;
--teal-500: #25F4B6;
--teal-600: #0BD599;
--teal-700: #09AA79;
--teal-800: #067957;
--teal-900: #044E37;
--teal-950: #033023;
}