Teal
#0D7173
CyanColor Codes
All color formats for development
HEX
#0D7173RGB
rgb(13, 113, 115)HSL
hsl(181, 80%, 25%)OKLCH
oklch(0.499 0.082 197.1)CMYK
cmyk(89%, 2%, 0%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B6667
2#0A5A5C
3#094F50
4#084445
5#063939
6#052D2E
7#042222
8#031717
9#010B0B
Tints
Lighter variations
1#119395
2#14B5B8
3#18D7DA
4#30E5E8
5#53E9EC
6#75EEF0
7#98F2F4
8#BAF6F7
9#DDFBFB
Tones
Muted variations
1#126C6E
2#176769
3#1C6263
4#215D5E
5#265859
6#2B5354
7#304F4F
8#364A4A
9#3B4545
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F7 #C3F7F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F2 #95F2F3 | BordersInactive statesPlaceholder text |
| 400 | 5EEB #5EEBED | Disabled statesSecondary iconsMuted text |
| 500 | 30E5 #30E5E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 16C7 #16C7CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 129E #129EA1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D71 #0D7173 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0848 #084849 | Primary textHigh emphasis contentDark headings |
| 950 | 052D #052D2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FDFD;
--teal-100: #DFFBFB;
--teal-200: #C3F7F8;
--teal-300: #95F2F3;
--teal-400: #5EEBED;
--teal-500: #30E5E8;
--teal-600: #16C7CA;
--teal-700: #129EA1;
--teal-800: #0D7173;
--teal-900: #084849;
--teal-950: #052D2E;
}