Teal
#09AA94
CyanColor Codes
All color formats for development
HEX
#09AA94RGB
rgb(9, 170, 148)HSL
hsl(172, 90%, 35%)OKLCH
oklch(0.661 0.12 179)CMYK
cmyk(95%, 0%, 13%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#089985
2#078877
3#067768
4#056659
5#04554A
6#04443B
7#03332C
8#02221E
9#01110F
Tints
Lighter variations
1#0BC9B0
2#0CE9CB
3#23F3D8
4#42F5DD
5#62F7E3
6#81F8E8
7#A1FAEE
8#C0FCF4
9#E0FDF9
Tones
Muted variations
1#11A28E
2#199A88
3#219182
4#29897D
5#318177
6#397971
7#41716B
8#496965
9#51615F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFD #DDFDF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0FC #C0FCF4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 90F9 #90F9EB | BordersInactive statesPlaceholder text |
| 400 | 55F6 #55F6E1 | Disabled statesSecondary iconsMuted text |
| 500 | 25F4 #25F4D8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0BD5 #0BD5BA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 09AA #09AA94 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0679 #06796A | Text on light backgroundsHeadingsStrong borders |
| 900 | 044E #044E44 | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #03302A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FEFC;
--teal-100: #DDFDF9;
--teal-200: #C0FCF4;
--teal-300: #90F9EB;
--teal-400: #55F6E1;
--teal-500: #25F4D8;
--teal-600: #0BD5BA;
--teal-700: #09AA94;
--teal-800: #06796A;
--teal-900: #044E44;
--teal-950: #03302A;
}