Teal
#107070
CyanColor Codes
All color formats for development
HEX
#107070RGB
rgb(16, 112, 112)HSL
hsl(180, 75%, 25%)OKLCH
oklch(0.495 0.081 194.9)CMYK
cmyk(86%, 0%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E6464
2#0D5959
3#0B4E4E
4#0A4343
5#083838
6#062D2D
7#052121
8#031616
9#020B0B
Tints
Lighter variations
1#159191
2#19B3B3
3#1ED4D4
4#36E2E2
5#58E7E7
6#79ECEC
7#9BF1F1
8#BCF5F5
9#DEFAFA
Tones
Muted variations
1#156B6B
2#196666
3#1E6161
4#235C5C
5#285858
6#2D5353
7#314E4E
8#364949
9#3B4545
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FB #E0FBFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F0 #98F0F0 | BordersInactive statesPlaceholder text |
| 400 | 63E9 #63E9E9 | Disabled statesSecondary iconsMuted text |
| 500 | 36E2 #36E2E2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1CC4 #1CC4C4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 169C #169C9C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1070 #107070 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A47 #0A4747 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D2D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FDFD;
--teal-100: #E0FBFB;
--teal-200: #C5F7F7;
--teal-300: #98F0F0;
--teal-400: #63E9E9;
--teal-500: #36E2E2;
--teal-600: #1CC4C4;
--teal-700: #169C9C;
--teal-800: #107070;
--teal-900: #0A4747;
--teal-950: #062D2D;
}