Teal
#107068
CyanColor Codes
All color formats for development
HEX
#107068RGB
rgb(16, 112, 104)HSL
hsl(175, 75%, 25%)OKLCH
oklch(0.492 0.082 186)CMYK
cmyk(86%, 0%, 7%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E645D
2#0D5953
3#0B4E49
4#0A433E
5#083834
6#062D29
7#05211F
8#031615
9#020B0A
Tints
Lighter variations
1#159187
2#19B3A6
3#1ED4C5
4#36E2D4
5#58E7DB
6#79ECE2
7#9BF1E9
8#BCF5F1
9#DEFAF8
Tones
Muted variations
1#156B64
2#196660
3#1E615C
4#235C58
5#285854
6#2D5350
7#314E4C
8#364948
9#3B4544
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FB #E0FBF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F0 #98F0E9 | BordersInactive statesPlaceholder text |
| 400 | 63E9 #63E9DE | Disabled statesSecondary iconsMuted text |
| 500 | 36E2 #36E2D4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1CC4 #1CC4B6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 169C #169C91 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1070 #107068 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A47 #0A4742 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FDFC;
--teal-100: #E0FBF8;
--teal-200: #C5F7F3;
--teal-300: #98F0E9;
--teal-400: #63E9DE;
--teal-500: #36E2D4;
--teal-600: #1CC4B6;
--teal-700: #169C91;
--teal-800: #107068;
--teal-900: #0A4742;
--teal-950: #062D29;
}