Teal
#09AA9F
CyanColor Codes
All color formats for development
HEX
#09AA9FRGB
rgb(9, 170, 159)HSL
hsl(176, 90%, 35%)OKLCH
oklch(0.665 0.115 186.7)CMYK
cmyk(95%, 0%, 6%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#08998F
2#07887F
3#06776F
4#05665F
5#04554F
6#044440
7#033330
8#022220
9#011110
Tints
Lighter variations
1#0BC9BC
2#0CE9DA
3#23F3E5
4#42F5E9
5#62F7ED
6#81F8F0
7#A1FAF4
8#C0FCF8
9#E0FDFB
Tones
Muted variations
1#11A298
2#199A91
3#21918A
4#298983
5#31817C
6#397975
7#41716E
8#496967
9#516160
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFD #DDFDFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0FC #C0FCF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 90F9 #90F9F2 | BordersInactive statesPlaceholder text |
| 400 | 55F6 #55F6EB | Disabled statesSecondary iconsMuted text |
| 500 | 25F4 #25F4E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0BD5 #0BD5C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 09AA #09AA9F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0679 #067971 | Text on light backgroundsHeadingsStrong borders |
| 900 | 044E #044E49 | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #03302D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FEFD;
--teal-100: #DDFDFB;
--teal-200: #C0FCF8;
--teal-300: #90F9F2;
--teal-400: #55F6EB;
--teal-500: #25F4E6;
--teal-600: #0BD5C8;
--teal-700: #09AA9F;
--teal-800: #067971;
--teal-900: #044E49;
--teal-950: #03302D;
}