Teal
#09AA7F
GreenColor Codes
All color formats for development
HEX
#09AA7FRGB
rgb(9, 170, 127)HSL
hsl(164, 90%, 35%)OKLCH
oklch(0.655 0.133 166.8)CMYK
cmyk(95%, 0%, 25%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#089972
2#078865
3#067759
4#05664C
5#04553F
6#044433
7#033326
8#022219
9#01110D
Tints
Lighter variations
1#0BC996
2#0CE9AE
3#23F3BC
4#42F5C5
5#62F7CF
6#81F8D9
7#A1FAE2
8#C0FCEC
9#E0FDF5
Tones
Muted variations
1#11A27B
2#199A77
3#219173
4#298970
5#31816C
6#397968
7#417164
8#496961
9#51615D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFD #DDFDF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0FC #C0FCEC | Secondary backgroundsInput backgroundsDividers |
| 300 | 90F9 #90F9DD | BordersInactive statesPlaceholder text |
| 400 | 55F6 #55F6CB | Disabled statesSecondary iconsMuted text |
| 500 | 25F4 #25F4BC | Primary brand colorCTAsActive elementsLinks |
| 600 | 0BD5 #0BD59F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 09AA #09AA7F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0679 #06795B | Text on light backgroundsHeadingsStrong borders |
| 900 | 044E #044E3A | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #033024 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FEFB;
--teal-100: #DDFDF5;
--teal-200: #C0FCEC;
--teal-300: #90F9DD;
--teal-400: #55F6CB;
--teal-500: #25F4BC;
--teal-600: #0BD59F;
--teal-700: #09AA7F;
--teal-800: #06795B;
--teal-900: #044E3A;
--teal-950: #033024;
}