Teal
#0AA991
CyanColor Codes
All color formats for development
HEX
#0AA991RGB
rgb(10, 169, 145)HSL
hsl(171, 89%, 35%)OKLCH
oklch(0.658 0.12 177.6)CMYK
cmyk(94%, 0%, 14%, 34%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#099882
2#088774
3#077665
4#066557
5#055448
6#04433A
7#03332B
8#02221D
9#01110E
Tints
Lighter variations
1#0CC8AC
2#0DE7C7
3#24F2D3
4#43F4DA
5#62F6E0
6#82F8E6
7#A1FAEC
8#C0FBF3
9#E0FDF9
Tones
Muted variations
1#12A18B
2#1A9986
3#229180
4#2A897B
5#328175
6#39796F
7#41716A
8#496964
9#51615F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFD #DDFDF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0FB #C0FBF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 90F9 #90F9E9 | BordersInactive statesPlaceholder text |
| 400 | 56F5 #56F5DD | Disabled statesSecondary iconsMuted text |
| 500 | 26F2 #26F2D4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0CD4 #0CD4B6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0AA9 #0AA991 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0778 #077867 | Text on light backgroundsHeadingsStrong borders |
| 900 | 044D #044D42 | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #033029 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FEFC;
--teal-100: #DDFDF8;
--teal-200: #C0FBF3;
--teal-300: #90F9E9;
--teal-400: #56F5DD;
--teal-500: #26F2D4;
--teal-600: #0CD4B6;
--teal-700: #0AA991;
--teal-800: #077867;
--teal-900: #044D42;
--teal-950: #033029;
}