Teal
#116E6E
CyanColor Codes
All color formats for development
HEX
#116E6ERGB
rgb(17, 110, 110)HSL
hsl(180, 73%, 25%)OKLCH
oklch(0.489 0.079 194.9)CMYK
cmyk(85%, 0%, 0%, 57%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F6363
2#0E5858
3#0C4D4D
4#0A4242
5#093737
6#072C2C
7#052121
8#031616
9#020B0B
Tints
Lighter variations
1#168F8F
2#1CB0B0
3#21D2D2
4#38E0E0
5#5AE5E5
6#7BEAEA
7#9CF0F0
8#BDF5F5
9#DEFAFA
Tones
Muted variations
1#166A6A
2#1B6565
3#1F6060
4#245C5C
5#285757
6#2D5252
7#324E4E
8#364949
9#3B4444
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F6 #C6F6F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFEF | BordersInactive statesPlaceholder text |
| 400 | 65E7 #65E7E7 | Disabled statesSecondary iconsMuted text |
| 500 | 38E0 #38E0E0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1EC2 #1EC2C2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 189A #189A9A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 116E #116E6E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B47 #0B4747 | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C2C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FDFD;
--teal-100: #E0FAFA;
--teal-200: #C6F6F6;
--teal-300: #9AEFEF;
--teal-400: #65E7E7;
--teal-500: #38E0E0;
--teal-600: #1EC2C2;
--teal-700: #189A9A;
--teal-800: #116E6E;
--teal-900: #0B4747;
--teal-950: #072C2C;
}