Teal
#10A29E
CyanColor Codes
All color formats for development
HEX
#10A29ERGB
rgb(16, 162, 158)HSL
hsl(178, 82%, 35%)OKLCH
oklch(0.645 0.108 191.6)CMYK
cmyk(90%, 0%, 2%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E928E
2#0D827E
3#0B726E
4#0A615F
5#08514F
6#06413F
7#05312F
8#032020
9#021010
Tints
Lighter variations
1#13C1BB
2#16DFD8
3#2CEAE4
4#4AEDE8
5#68F0EC
6#86F3EF
7#A5F6F3
8#C3F9F7
9#E1FCFB
Tones
Muted variations
1#179B97
2#1F9490
3#268C89
4#2D8582
5#357E7B
6#3C7775
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 #C3F9F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94F4 #94F4F1 | BordersInactive statesPlaceholder text |
| 400 | 5DEF #5DEFEA | Disabled statesSecondary iconsMuted text |
| 500 | 2EEA #2EEAE4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 14CC #14CCC6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 10A2 #10A29E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B74 #0B7471 | Text on light backgroundsHeadingsStrong borders |
| 900 | 074A #074A48 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E2D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FEFD;
--teal-100: #DFFCFB;
--teal-200: #C3F9F7;
--teal-300: #94F4F1;
--teal-400: #5DEFEA;
--teal-500: #2EEAE4;
--teal-600: #14CCC6;
--teal-700: #10A29E;
--teal-800: #0B7471;
--teal-900: #074A48;
--teal-950: #052E2D;
}