Teal
#10A299
CyanColor Codes
All color formats for development
HEX
#10A299RGB
rgb(16, 162, 153)HSL
hsl(176, 82%, 35%)OKLCH
oklch(0.643 0.11 187.8)CMYK
cmyk(90%, 0%, 6%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E9289
2#0D827A
3#0B726B
4#0A615C
5#08514C
6#06413D
7#05312E
8#03201F
9#02100F
Tints
Lighter variations
1#13C1B5
2#16DFD1
3#2CEADD
4#4AEDE2
5#68F0E7
6#86F3EC
7#A5F6F1
8#C3F9F5
9#E1FCFA
Tones
Muted variations
1#179B92
2#1F948C
3#268C86
4#2D857F
5#357E79
6#3C7773
7#436F6C
8#4B6866
9#526160
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFC #DFFCFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F9 #C3F9F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94F4 #94F4EE | BordersInactive statesPlaceholder text |
| 400 | 5DEF #5DEFE5 | Disabled statesSecondary iconsMuted text |
| 500 | 2EEA #2EEADE | Primary brand colorCTAsActive elementsLinks |
| 600 | 14CC #14CCC0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 10A2 #10A299 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B74 #0B746D | Text on light backgroundsHeadingsStrong borders |
| 900 | 074A #074A46 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E2C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FEFD;
--teal-100: #DFFCFA;
--teal-200: #C3F9F5;
--teal-300: #94F4EE;
--teal-400: #5DEFE5;
--teal-500: #2EEADE;
--teal-600: #14CCC0;
--teal-700: #10A299;
--teal-800: #0B746D;
--teal-900: #074A46;
--teal-950: #052E2C;
}