Teal
#10A294
CyanColor Codes
All color formats for development
HEX
#10A294RGB
rgb(16, 162, 148)HSL
hsl(174, 82%, 35%)OKLCH
oklch(0.641 0.111 184)CMYK
cmyk(90%, 0%, 9%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E9285
2#0D8276
3#0B7267
4#0A6159
5#08514A
6#06413B
7#05312C
8#03201E
9#02100F
Tints
Lighter variations
1#13C1AF
2#16DFCB
3#2CEAD7
4#4AEDDD
5#68F0E2
6#86F3E8
7#A5F6EE
8#C3F9F4
9#E1FCF9
Tones
Muted variations
1#179B8E
2#1F9488
3#268C82
4#2D857C
5#357E77
6#3C7771
7#436F6B
8#4B6865
9#52615F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFC #DFFCF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F9 #C3F9F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94F4 #94F4EB | BordersInactive statesPlaceholder text |
| 400 | 5DEF #5DEFE0 | Disabled statesSecondary iconsMuted text |
| 500 | 2EEA #2EEAD8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 14CC #14CCBA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 10A2 #10A294 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B74 #0B746A | Text on light backgroundsHeadingsStrong borders |
| 900 | 074A #074A44 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E2A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FEFC;
--teal-100: #DFFCF9;
--teal-200: #C3F9F4;
--teal-300: #94F4EB;
--teal-400: #5DEFE0;
--teal-500: #2EEAD8;
--teal-600: #14CCBA;
--teal-700: #10A294;
--teal-800: #0B746A;
--teal-900: #074A44;
--teal-950: #052E2A;
}