Teal
#116E6B
CyanColor Codes
All color formats for development
HEX
#116E6BRGB
rgb(17, 110, 107)HSL
hsl(178, 73%, 25%)OKLCH
oklch(0.488 0.08 191.4)CMYK
cmyk(85%, 0%, 3%, 57%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F6360
2#0E5856
3#0C4D4B
4#0A4240
5#093736
6#072C2B
7#052120
8#031615
9#020B0B
Tints
Lighter variations
1#168F8B
2#1CB0AB
3#21D2CC
4#38E0DA
5#5AE5E1
6#7BEAE7
7#9CF0ED
8#BDF5F3
9#DEFAF9
Tones
Muted variations
1#166A67
2#1B6562
3#1F605E
4#245C5A
5#285755
6#2D5251
7#324E4D
8#364948
9#3B4444
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F6 #C6F6F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFEC | BordersInactive statesPlaceholder text |
| 400 | 65E7 #65E7E3 | Disabled statesSecondary iconsMuted text |
| 500 | 38E0 #38E0DA | Primary brand colorCTAsActive elementsLinks |
| 600 | 1EC2 #1EC2BD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 189A #189A96 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 116E #116E6B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B47 #0B4745 | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C2B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FDFD;
--teal-100: #E0FAF9;
--teal-200: #C6F6F4;
--teal-300: #9AEFEC;
--teal-400: #65E7E3;
--teal-500: #38E0DA;
--teal-600: #1EC2BD;
--teal-700: #189A96;
--teal-800: #116E6B;
--teal-900: #0B4745;
--teal-950: #072C2B;
}