Teal
#0AA981
CyanColor Codes
All color formats for development
HEX
#0AA981RGB
rgb(10, 169, 129)HSL
hsl(165, 89%, 35%)OKLCH
oklch(0.653 0.131 168.2)CMYK
cmyk(94%, 0%, 24%, 34%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#099874
2#088767
3#07765A
4#06654D
5#055440
6#044334
7#033327
8#02221A
9#01110D
Tints
Lighter variations
1#0CC899
2#0DE7B1
3#24F2BF
4#43F4C8
5#62F6D1
6#82F8DA
7#A1FAE3
8#C0FBED
9#E0FDF6
Tones
Muted variations
1#12A17D
2#1A9979
3#229175
4#2A8971
5#32816D
6#397969
7#417165
8#496961
9#51615D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFD #DDFDF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0FB #C0FBED | Secondary backgroundsInput backgroundsDividers |
| 300 | 90F9 #90F9DE | BordersInactive statesPlaceholder text |
| 400 | 56F5 #56F5CD | Disabled statesSecondary iconsMuted text |
| 500 | 26F2 #26F2BF | Primary brand colorCTAsActive elementsLinks |
| 600 | 0CD4 #0CD4A2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0AA9 #0AA981 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0778 #07785C | Text on light backgroundsHeadingsStrong borders |
| 900 | 044D #044D3B | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #033025 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FEFB;
--teal-100: #DDFDF5;
--teal-200: #C0FBED;
--teal-300: #90F9DE;
--teal-400: #56F5CD;
--teal-500: #26F2BF;
--teal-600: #0CD4A2;
--teal-700: #0AA981;
--teal-800: #07785C;
--teal-900: #044D3B;
--teal-950: #033025;
}