Teal
#107060
CyanColor Codes
All color formats for development
HEX
#107060RGB
rgb(16, 112, 96)HSL
hsl(170, 75%, 25%)OKLCH
oklch(0.49 0.086 177.7)CMYK
cmyk(86%, 0%, 14%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E6456
2#0D594D
3#0B4E43
4#0A4339
5#083830
6#062D26
7#05211D
8#031613
9#020B0A
Tints
Lighter variations
1#15917C
2#19B399
3#1ED4B6
4#36E2C6
5#58E7CF
6#79ECD9
7#9BF1E2
8#BCF5EC
9#DEFAF5
Tones
Muted variations
1#156B5C
2#196659
3#1E6156
4#235C53
5#285850
6#2D534D
7#314E49
8#364946
9#3B4543
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FB #E0FBF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7EE | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F0 #98F0E2 | BordersInactive statesPlaceholder text |
| 400 | 63E9 #63E9D2 | Disabled statesSecondary iconsMuted text |
| 500 | 36E2 #36E2C6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1CC4 #1CC4A8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 169C #169C86 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1070 #107060 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A47 #0A473D | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D26 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FDFB;
--teal-100: #E0FBF6;
--teal-200: #C5F7EE;
--teal-300: #98F0E2;
--teal-400: #63E9D2;
--teal-500: #36E2C6;
--teal-600: #1CC4A8;
--teal-700: #169C86;
--teal-800: #107060;
--teal-900: #0A473D;
--teal-950: #062D26;
}