Teal
#116E65
CyanColor Codes
All color formats for development
HEX
#116E65RGB
rgb(17, 110, 101)HSL
hsl(174, 73%, 25%)OKLCH
oklch(0.486 0.081 184.7)CMYK
cmyk(85%, 0%, 8%, 57%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F635B
2#0E5851
3#0C4D47
4#0A423D
5#093732
6#072C28
7#05211E
8#031614
9#020B0A
Tints
Lighter variations
1#168F83
2#1CB0A2
3#21D2C0
4#38E0CF
5#5AE5D7
6#7BEADF
7#9CF0E7
8#BDF5EF
9#DEFAF7
Tones
Muted variations
1#166A61
2#1B655E
3#1F605A
4#245C56
5#285752
6#2D524F
7#324E4B
8#364947
9#3B4443
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 #C6F6F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFE7 | BordersInactive statesPlaceholder text |
| 400 | 65E7 #65E7DA | Disabled statesSecondary iconsMuted text |
| 500 | 38E0 #38E0CF | Primary brand colorCTAsActive elementsLinks |
| 600 | 1EC2 #1EC2B2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 189A #189A8D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 116E #116E65 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B47 #0B4741 | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C28 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FDFC;
--teal-100: #E0FAF8;
--teal-200: #C6F6F1;
--teal-300: #9AEFE7;
--teal-400: #65E7DA;
--teal-500: #38E0CF;
--teal-600: #1EC2B2;
--teal-700: #189A8D;
--teal-800: #116E65;
--teal-900: #0B4741;
--teal-950: #072C28;
}