Teal
#116E67
CyanColor Codes
All color formats for development
HEX
#116E67RGB
rgb(17, 110, 103)HSL
hsl(175, 73%, 25%)OKLCH
oklch(0.487 0.081 186.9)CMYK
cmyk(85%, 0%, 6%, 57%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F635C
2#0E5852
3#0C4D48
4#0A423E
5#093733
6#072C29
7#05211F
8#031615
9#020B0A
Tints
Lighter variations
1#168F85
2#1CB0A4
3#21D2C3
4#38E0D2
5#5AE5DA
6#7BEAE1
7#9CF0E9
8#BDF5F0
9#DEFAF8
Tones
Muted variations
1#166A63
2#1B655F
3#1F605B
4#245C57
5#285753
6#2D524F
7#324E4B
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 #E0FAF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F6 #C6F6F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFE8 | BordersInactive statesPlaceholder text |
| 400 | 65E7 #65E7DC | Disabled statesSecondary iconsMuted text |
| 500 | 38E0 #38E0D2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1EC2 #1EC2B4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 189A #189A90 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 116E #116E67 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B47 #0B4742 | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FDFC;
--teal-100: #E0FAF8;
--teal-200: #C6F6F2;
--teal-300: #9AEFE8;
--teal-400: #65E7DC;
--teal-500: #38E0D2;
--teal-600: #1EC2B4;
--teal-700: #189A90;
--teal-800: #116E67;
--teal-900: #0B4742;
--teal-950: #072C29;
}