Teal
#10A296
CyanColor Codes
All color formats for development
HEX
#10A296RGB
rgb(16, 162, 150)HSL
hsl(175, 82%, 35%)OKLCH
oklch(0.642 0.11 185.5)CMYK
cmyk(90%, 0%, 7%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E9287
2#0D8278
3#0B7269
4#0A615A
5#08514B
6#06413C
7#05312D
8#03201E
9#02100F
Tints
Lighter variations
1#13C1B2
2#16DFCE
3#2CEADA
4#4AEDE0
5#68F0E5
6#86F3EA
7#A5F6EF
8#C3F9F5
9#E1FCFA
Tones
Muted variations
1#179B90
2#1F948A
3#268C84
4#2D857E
5#357E78
6#3C7772
7#436F6C
8#4B6865
9#52615F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFC #DFFCF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F9 #C3F9F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94F4 #94F4EC | BordersInactive statesPlaceholder text |
| 400 | 5DEF #5DEFE3 | Disabled statesSecondary iconsMuted text |
| 500 | 2EEA #2EEADB | Primary brand colorCTAsActive elementsLinks |
| 600 | 14CC #14CCBD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 10A2 #10A296 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B74 #0B746B | Text on light backgroundsHeadingsStrong borders |
| 900 | 074A #074A45 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E2B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FEFD;
--teal-100: #DFFCF9;
--teal-200: #C3F9F5;
--teal-300: #94F4EC;
--teal-400: #5DEFE3;
--teal-500: #2EEADB;
--teal-600: #14CCBD;
--teal-700: #10A296;
--teal-800: #0B746B;
--teal-900: #074A45;
--teal-950: #052E2B;
}