Teal
#0AA9A9
CyanColor Codes
All color formats for development
HEX
#0AA9A9RGB
rgb(10, 169, 169)HSL
hsl(180, 89%, 35%)OKLCH
oklch(0.666 0.112 194.8)CMYK
cmyk(94%, 0%, 0%, 34%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#099898
2#088787
3#077676
4#066565
5#055454
6#044343
7#033333
8#022222
9#011111
Tints
Lighter variations
1#0CC8C8
2#0DE7E7
3#24F2F2
4#43F4F4
5#62F6F6
6#82F8F8
7#A1FAFA
8#C0FBFB
9#E0FDFD
Tones
Muted variations
1#12A1A1
2#1A9999
3#229191
4#2A8989
5#328181
6#397979
7#417171
8#496969
9#516161
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFD #DDFDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0FB #C0FBFB | Secondary backgroundsInput backgroundsDividers |
| 300 | 90F9 #90F9F9 | BordersInactive statesPlaceholder text |
| 400 | 56F5 #56F5F5 | Disabled statesSecondary iconsMuted text |
| 500 | 26F2 #26F2F2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0CD4 #0CD4D4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0AA9 #0AA9A9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0778 #077878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 044D #044D4D | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #033030 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FEFE;
--teal-100: #DDFDFD;
--teal-200: #C0FBFB;
--teal-300: #90F9F9;
--teal-400: #56F5F5;
--teal-500: #26F2F2;
--teal-600: #0CD4D4;
--teal-700: #0AA9A9;
--teal-800: #077878;
--teal-900: #044D4D;
--teal-950: #033030;
}