Teal
#0C7370
CyanColor Codes
All color formats for development
HEX
#0C7370RGB
rgb(12, 115, 112)HSL
hsl(178, 81%, 25%)OKLCH
oklch(0.503 0.084 191.6)CMYK
cmyk(90%, 0%, 3%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B6865
2#0A5C5A
3#08514E
4#074543
5#063A38
6#052E2D
7#042322
8#021716
9#010C0B
Tints
Lighter variations
1#109692
2#13B9B3
3#17DBD5
4#2FE9E3
5#52EDE8
6#75F0EC
7#97F4F1
8#BAF8F6
9#DCFBFA
Tones
Muted variations
1#116E6B
2#166966
3#1C6461
4#215F5D
5#265A58
6#2B5453
7#304F4E
8#354A49
9#3B4545
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFC #DFFCFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F9 #C3F9F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F4 #95F4F1 | BordersInactive statesPlaceholder text |
| 400 | 5DEE #5DEEE9 | Disabled statesSecondary iconsMuted text |
| 500 | 2FE9 #2FE9E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 15CB #15CBC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 11A2 #11A29D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C73 #0C7370 | Text on light backgroundsHeadingsStrong borders |
| 900 | 084A #084A48 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E2D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FEFD;
--teal-100: #DFFCFB;
--teal-200: #C3F9F7;
--teal-300: #95F4F1;
--teal-400: #5DEEE9;
--teal-500: #2FE9E3;
--teal-600: #15CBC5;
--teal-700: #11A29D;
--teal-800: #0C7370;
--teal-900: #084A48;
--teal-950: #052E2D;
}