Teal
#0C7373
CyanColor Codes
All color formats for development
HEX
#0C7373RGB
rgb(12, 115, 115)HSL
hsl(180, 81%, 25%)OKLCH
oklch(0.504 0.083 194.8)CMYK
cmyk(90%, 0%, 0%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B6868
2#0A5C5C
3#085151
4#074545
5#063A3A
6#052E2E
7#042323
8#021717
9#010C0C
Tints
Lighter variations
1#109696
2#13B9B9
3#17DBDB
4#2FE9E9
5#52EDED
6#75F0F0
7#97F4F4
8#BAF8F8
9#DCFBFB
Tones
Muted variations
1#116E6E
2#166969
3#1C6464
4#215F5F
5#265A5A
6#2B5454
7#304F4F
8#354A4A
9#3B4545
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFC #DFFCFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F9 #C3F9F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F4 #95F4F4 | BordersInactive statesPlaceholder text |
| 400 | 5DEE #5DEEEE | Disabled statesSecondary iconsMuted text |
| 500 | 2FE9 #2FE9E9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 15CB #15CBCB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 11A2 #11A2A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C73 #0C7373 | Text on light backgroundsHeadingsStrong borders |
| 900 | 084A #084A4A | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FEFE;
--teal-100: #DFFCFC;
--teal-200: #C3F9F9;
--teal-300: #95F4F4;
--teal-400: #5DEEEE;
--teal-500: #2FE9E9;
--teal-600: #15CBCB;
--teal-700: #11A2A2;
--teal-800: #0C7373;
--teal-900: #084A4A;
--teal-950: #052E2E;
}