Teal
#0C7073
CyanColor Codes
All color formats for development
HEX
#0C7073RGB
rgb(12, 112, 115)HSL
hsl(182, 81%, 25%)OKLCH
oklch(0.496 0.082 198.2)CMYK
cmyk(90%, 3%, 0%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B6568
2#0A5A5C
3#084E51
4#074345
5#06383A
6#052D2E
7#042223
8#021617
9#010B0C
Tints
Lighter variations
1#109296
2#13B3B9
3#17D5DB
4#2FE3E9
5#52E8ED
6#75ECF0
7#97F1F4
8#BAF6F8
9#DCFAFB
Tones
Muted variations
1#116B6E
2#166669
3#1C6164
4#215D5F
5#26585A
6#2B5354
7#304E4F
8#35494A
9#3B4545
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F7 #C3F7F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F1 #95F1F4 | BordersInactive statesPlaceholder text |
| 400 | 5DE9 #5DE9EE | Disabled statesSecondary iconsMuted text |
| 500 | 2FE3 #2FE3E9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 15C5 #15C5CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 119D #119DA2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C70 #0C7073 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0848 #08484A | 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: #F1FDFE;
--teal-100: #DFFBFC;
--teal-200: #C3F7F9;
--teal-300: #95F1F4;
--teal-400: #5DE9EE;
--teal-500: #2FE3E9;
--teal-600: #15C5CB;
--teal-700: #119DA2;
--teal-800: #0C7073;
--teal-900: #08484A;
--teal-950: #052D2E;
}