Teal
#10A2A0
CyanColor Codes
All color formats for development
HEX
#10A2A0RGB
rgb(16, 162, 160)HSL
hsl(179, 82%, 35%)OKLCH
oklch(0.645 0.108 193.2)CMYK
cmyk(90%, 0%, 1%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E9290
2#0D8280
3#0B7270
4#0A6160
5#085150
6#064140
7#053130
8#032020
9#021010
Tints
Lighter variations
1#13C1BE
2#16DFDB
3#2CEAE7
4#4AEDEA
5#68F0EE
6#86F3F1
7#A5F6F5
8#C3F9F8
9#E1FCFC
Tones
Muted variations
1#179B99
2#1F9492
3#268C8B
4#2D8584
5#357E7D
6#3C7776
7#436F6E
8#4B6867
9#526160
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFC #DFFCFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F9 #C3F9F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94F4 #94F4F3 | BordersInactive statesPlaceholder text |
| 400 | 5DEF #5DEFEC | Disabled statesSecondary iconsMuted text |
| 500 | 2EEA #2EEAE7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 14CC #14CCC9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 10A2 #10A2A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B74 #0B7472 | Text on light backgroundsHeadingsStrong borders |
| 900 | 074A #074A49 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FEFD;
--teal-100: #DFFCFB;
--teal-200: #C3F9F8;
--teal-300: #94F4F3;
--teal-400: #5DEFEC;
--teal-500: #2EEAE7;
--teal-600: #14CCC9;
--teal-700: #10A2A0;
--teal-800: #0B7472;
--teal-900: #074A49;
--teal-950: #052E2E;
}