Teal
#0AA98C
CyanColor Codes
All color formats for development
HEX
#0AA98CRGB
rgb(10, 169, 140)HSL
hsl(169, 89%, 35%)OKLCH
oklch(0.656 0.123 174.5)CMYK
cmyk(94%, 0%, 17%, 34%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#09987E
2#088770
3#077662
4#066554
5#055446
6#044338
7#03332A
8#02221C
9#01110E
Tints
Lighter variations
1#0CC8A5
2#0DE7BF
3#24F2CC
4#43F4D4
5#62F6DB
6#82F8E2
7#A1FAE9
8#C0FBF1
9#E0FDF8
Tones
Muted variations
1#12A187
2#1A9981
3#22917C
4#2A8977
5#328172
6#39796D
7#417168
8#496963
9#51615E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFD #DDFDF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0FB #C0FBF1 | Secondary backgroundsInput backgroundsDividers |
| 300 | 90F9 #90F9E5 | BordersInactive statesPlaceholder text |
| 400 | 56F5 #56F5D8 | Disabled statesSecondary iconsMuted text |
| 500 | 26F2 #26F2CD | Primary brand colorCTAsActive elementsLinks |
| 600 | 0CD4 #0CD4AF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0AA9 #0AA98C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0778 #077864 | Text on light backgroundsHeadingsStrong borders |
| 900 | 044D #044D40 | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #033028 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FEFC;
--teal-100: #DDFDF7;
--teal-200: #C0FBF1;
--teal-300: #90F9E5;
--teal-400: #56F5D8;
--teal-500: #26F2CD;
--teal-600: #0CD4AF;
--teal-700: #0AA98C;
--teal-800: #077864;
--teal-900: #044D40;
--teal-950: #033028;
}