Teal
#0AA999
CyanColor Codes
All color formats for development
HEX
#0AA999RGB
rgb(10, 169, 153)HSL
hsl(174, 89%, 35%)OKLCH
oklch(0.66 0.116 183)CMYK
cmyk(94%, 0%, 9%, 34%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#09988A
2#08877A
3#07766B
4#06655C
5#05544C
6#04433D
7#03332E
8#02221F
9#01110F
Tints
Lighter variations
1#0CC8B5
2#0DE7D2
3#24F2DE
4#43F4E2
5#62F6E7
6#82F8EC
7#A1FAF1
8#C0FBF5
9#E0FDFA
Tones
Muted variations
1#12A192
2#1A998C
3#229186
4#2A897F
5#328179
6#397973
7#41716C
8#496966
9#516160
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFD #DDFDFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0FB #C0FBF5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 90F9 #90F9EE | BordersInactive statesPlaceholder text |
| 400 | 56F5 #56F5E5 | Disabled statesSecondary iconsMuted text |
| 500 | 26F2 #26F2DE | Primary brand colorCTAsActive elementsLinks |
| 600 | 0CD4 #0CD4C0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0AA9 #0AA999 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0778 #07786D | Text on light backgroundsHeadingsStrong borders |
| 900 | 044D #044D46 | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #03302C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FEFD;
--teal-100: #DDFDFA;
--teal-200: #C0FBF5;
--teal-300: #90F9EE;
--teal-400: #56F5E5;
--teal-500: #26F2DE;
--teal-600: #0CD4C0;
--teal-700: #0AA999;
--teal-800: #07786D;
--teal-900: #044D46;
--teal-950: #03302C;
}