Teal
#10A2A2
CyanColor Codes
All color formats for development
HEX
#10A2A2RGB
rgb(16, 162, 162)HSL
hsl(180, 82%, 35%)OKLCH
oklch(0.646 0.108 194.8)CMYK
cmyk(90%, 0%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E9292
2#0D8282
3#0B7272
4#0A6161
5#085151
6#064141
7#053131
8#032020
9#021010
Tints
Lighter variations
1#13C1C1
2#16DFDF
3#2CEAEA
4#4AEDED
5#68F0F0
6#86F3F3
7#A5F6F6
8#C3F9F9
9#E1FCFC
Tones
Muted variations
1#179B9B
2#1F9494
3#268C8C
4#2D8585
5#357E7E
6#3C7777
7#436F6F
8#4B6868
9#526161
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFC #DFFCFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F9 #C3F9F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94F4 #94F4F4 | BordersInactive statesPlaceholder text |
| 400 | 5DEF #5DEFEF | Disabled statesSecondary iconsMuted text |
| 500 | 2EEA #2EEAEA | Primary brand colorCTAsActive elementsLinks |
| 600 | 14CC #14CCCC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 10A2 #10A2A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B74 #0B7474 | Text on light backgroundsHeadingsStrong borders |
| 900 | 074A #074A4A | 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: #F1FEFE;
--teal-100: #DFFCFC;
--teal-200: #C3F9F9;
--teal-300: #94F4F4;
--teal-400: #5DEFEF;
--teal-500: #2EEAEA;
--teal-600: #14CCCC;
--teal-700: #10A2A2;
--teal-800: #0B7474;
--teal-900: #074A4A;
--teal-950: #052E2E;
}