Teal
#116E6A
CyanColor Codes
All color formats for development
HEX
#116E6ARGB
rgb(17, 110, 106)HSL
hsl(177, 73%, 25%)OKLCH
oklch(0.488 0.08 190.3)CMYK
cmyk(85%, 0%, 4%, 57%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F635F
2#0E5855
3#0C4D4A
4#0A423F
5#093735
6#072C2A
7#052120
8#031615
9#020B0B
Tints
Lighter variations
1#168F89
2#1CB0A9
3#21D2C9
4#38E0D8
5#5AE5DE
6#7BEAE5
7#9CF0EB
8#BDF5F2
9#DEFAF8
Tones
Muted variations
1#166A65
2#1B6561
3#1F605D
4#245C59
5#285755
6#2D5251
7#324E4C
8#364948
9#3B4444
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F6 #C6F6F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFEB | BordersInactive statesPlaceholder text |
| 400 | 65E7 #65E7E0 | Disabled statesSecondary iconsMuted text |
| 500 | 38E0 #38E0D8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1EC2 #1EC2BA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 189A #189A94 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 116E #116E6A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B47 #0B4744 | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C2A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FDFC;
--teal-100: #E0FAF9;
--teal-200: #C6F6F4;
--teal-300: #9AEFEB;
--teal-400: #65E7E0;
--teal-500: #38E0D8;
--teal-600: #1EC2BA;
--teal-700: #189A94;
--teal-800: #116E6A;
--teal-900: #0B4744;
--teal-950: #072C2A;
}