Teal
#0AA986
CyanColor Codes
All color formats for development
HEX
#0AA986RGB
rgb(10, 169, 134)HSL
hsl(167, 89%, 35%)OKLCH
oklch(0.655 0.127 170.9)CMYK
cmyk(94%, 0%, 21%, 34%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#099879
2#08876B
3#07765E
4#066551
5#055443
6#044336
7#033328
8#02221B
9#01110D
Tints
Lighter variations
1#0CC89F
2#0DE7B8
3#24F2C5
4#43F4CE
5#62F6D6
6#82F8DE
7#A1FAE6
8#C0FBEF
9#E0FDF7
Tones
Muted variations
1#12A182
2#1A997D
3#229179
4#2A8974
5#328170
6#39796B
7#417167
8#496962
9#51615E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFD #DDFDF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0FB #C0FBEF | Secondary backgroundsInput backgroundsDividers |
| 300 | 90F9 #90F9E2 | BordersInactive statesPlaceholder text |
| 400 | 56F5 #56F5D3 | Disabled statesSecondary iconsMuted text |
| 500 | 26F2 #26F2C6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0CD4 #0CD4A9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0AA9 #0AA986 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0778 #077860 | Text on light backgroundsHeadingsStrong borders |
| 900 | 044D #044D3D | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #033026 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FEFB;
--teal-100: #DDFDF6;
--teal-200: #C0FBEF;
--teal-300: #90F9E2;
--teal-400: #56F5D3;
--teal-500: #26F2C6;
--teal-600: #0CD4A9;
--teal-700: #0AA986;
--teal-800: #077860;
--teal-900: #044D3D;
--teal-950: #033026;
}