Teal
#09AA8F
CyanColor Codes
All color formats for development
HEX
#09AA8FRGB
rgb(9, 170, 143)HSL
hsl(170, 90%, 35%)OKLCH
oklch(0.66 0.122 175.8)CMYK
cmyk(95%, 0%, 16%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#089981
2#078872
3#067764
4#056656
5#045547
6#044439
7#03332B
8#02221D
9#01110E
Tints
Lighter variations
1#0BC9A9
2#0CE9C4
3#23F3D1
4#42F5D7
5#62F7DE
6#81F8E4
7#A1FAEB
8#C0FCF2
9#E0FDF8
Tones
Muted variations
1#11A289
2#199A84
3#21917F
4#298979
5#318174
6#39796F
7#417169
8#496964
9#51615F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFD #DDFDF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0FC #C0FCF2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 90F9 #90F9E8 | BordersInactive statesPlaceholder text |
| 400 | 55F6 #55F6DB | Disabled statesSecondary iconsMuted text |
| 500 | 25F4 #25F4D1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0BD5 #0BD5B4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 09AA #09AA8F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0679 #067966 | Text on light backgroundsHeadingsStrong borders |
| 900 | 044E #044E41 | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #033029 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FEFC;
--teal-100: #DDFDF8;
--teal-200: #C0FCF2;
--teal-300: #90F9E8;
--teal-400: #55F6DB;
--teal-500: #25F4D1;
--teal-600: #0BD5B4;
--teal-700: #09AA8F;
--teal-800: #067966;
--teal-900: #044E41;
--teal-950: #033029;
}