Teal
#116E62
CyanColor Codes
All color formats for development
HEX
#116E62RGB
rgb(17, 110, 98)HSL
hsl(172, 73%, 25%)OKLCH
oklch(0.485 0.083 181.5)CMYK
cmyk(85%, 0%, 11%, 57%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F6358
2#0E584E
3#0C4D45
4#0A423B
5#093731
6#072C27
7#05211D
8#031614
9#020B0A
Tints
Lighter variations
1#168F7F
2#1CB09D
3#21D2BA
4#38E0CA
5#5AE5D3
6#7BEADB
7#9CF0E4
8#BDF5ED
9#DEFAF6
Tones
Muted variations
1#166A5E
2#1B655B
3#1F6058
4#245C54
5#285751
6#2D524D
7#324E4A
8#364947
9#3B4443
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F6 #C6F6F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFE4 | BordersInactive statesPlaceholder text |
| 400 | 65E7 #65E7D6 | Disabled statesSecondary iconsMuted text |
| 500 | 38E0 #38E0CA | Primary brand colorCTAsActive elementsLinks |
| 600 | 1EC2 #1EC2AC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 189A #189A89 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 116E #116E62 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B47 #0B473F | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C27 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FDFB;
--teal-100: #E0FAF7;
--teal-200: #C6F6F0;
--teal-300: #9AEFE4;
--teal-400: #65E7D6;
--teal-500: #38E0CA;
--teal-600: #1EC2AC;
--teal-700: #189A89;
--teal-800: #116E62;
--teal-900: #0B473F;
--teal-950: #072C27;
}