Teal
#0AA994
CyanColor Codes
All color formats for development
HEX
#0AA994RGB
rgb(10, 169, 148)HSL
hsl(172, 89%, 35%)OKLCH
oklch(0.659 0.119 179.6)CMYK
cmyk(94%, 0%, 12%, 34%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#099885
2#088776
3#077667
4#066559
5#05544A
6#04433B
7#03332C
8#02221E
9#01110F
Tints
Lighter variations
1#0CC8AF
2#0DE7CA
3#24F2D7
4#43F4DC
5#62F6E2
6#82F8E8
7#A1FAEE
8#C0FBF3
9#E0FDF9
Tones
Muted variations
1#12A18E
2#1A9988
3#229182
4#2A897C
5#328176
6#397971
7#41716B
8#496965
9#51615F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFD #DDFDF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0FB #C0FBF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 90F9 #90F9EB | BordersInactive statesPlaceholder text |
| 400 | 56F5 #56F5E0 | Disabled statesSecondary iconsMuted text |
| 500 | 26F2 #26F2D7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0CD4 #0CD4B9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0AA9 #0AA994 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0778 #077869 | Text on light backgroundsHeadingsStrong borders |
| 900 | 044D #044D43 | 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: #F1FEFC;
--teal-100: #DDFDF9;
--teal-200: #C0FBF3;
--teal-300: #90F9EB;
--teal-400: #56F5E0;
--teal-500: #26F2D7;
--teal-600: #0CD4B9;
--teal-700: #0AA994;
--teal-800: #077869;
--teal-900: #044D43;
--teal-950: #03302A;
}