Teal
#116B6E
CyanColor Codes
All color formats for development
HEX
#116B6ERGB
rgb(17, 107, 110)HSL
hsl(182, 73%, 25%)OKLCH
oklch(0.481 0.077 198.5)CMYK
cmyk(85%, 3%, 0%, 57%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F6063
2#0E5658
3#0C4B4D
4#0A4042
5#093637
6#072B2C
7#052021
8#031516
9#020B0B
Tints
Lighter variations
1#168B8F
2#1CABB0
3#21CCD2
4#38DAE0
5#5AE1E5
6#7BE7EA
7#9CEDF0
8#BDF3F5
9#DEF9FA
Tones
Muted variations
1#16676A
2#1B6265
3#1F5E60
4#245A5C
5#285557
6#2D5152
7#324D4E
8#364849
9#3B4444
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0F9 #E0F9FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F4 #C6F4F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEC #9AECEF | BordersInactive statesPlaceholder text |
| 400 | 65E3 #65E3E7 | Disabled statesSecondary iconsMuted text |
| 500 | 38DA #38DAE0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1EBD #1EBDC2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1896 #18969A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 116B #116B6E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B45 #0B4547 | Primary textHigh emphasis contentDark headings |
| 950 | 072B #072B2C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FDFD;
--teal-100: #E0F9FA;
--teal-200: #C6F4F6;
--teal-300: #9AECEF;
--teal-400: #65E3E7;
--teal-500: #38DAE0;
--teal-600: #1EBDC2;
--teal-700: #18969A;
--teal-800: #116B6E;
--teal-900: #0B4547;
--teal-950: #072B2C;
}