Teal
#0C7362
CyanColor Codes
All color formats for development
HEX
#0C7362RGB
rgb(12, 115, 98)HSL
hsl(170, 81%, 25%)OKLCH
oklch(0.498 0.089 177.3)CMYK
cmyk(90%, 0%, 15%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B6858
2#0A5C4F
3#085145
4#07453B
5#063A31
6#052E27
7#04231D
8#021714
9#010C0A
Tints
Lighter variations
1#109680
2#13B99D
3#17DBBB
4#2FE9CA
5#52EDD3
6#75F0DC
7#97F4E5
8#BAF8ED
9#DCFBF6
Tones
Muted variations
1#116E5F
2#16695B
3#1C6458
4#215F54
5#265A51
6#2B544E
7#304F4A
8#354A47
9#3B4543
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFC #DFFCF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F9 #C3F9F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F4 #95F4E4 | BordersInactive statesPlaceholder text |
| 400 | 5DEE #5DEED6 | Disabled statesSecondary iconsMuted text |
| 500 | 2FE9 #2FE9CA | Primary brand colorCTAsActive elementsLinks |
| 600 | 15CB #15CBAD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 11A2 #11A289 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C73 #0C7362 | Text on light backgroundsHeadingsStrong borders |
| 900 | 084A #084A3F | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E27 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FEFB;
--teal-100: #DFFCF7;
--teal-200: #C3F9F0;
--teal-300: #95F4E4;
--teal-400: #5DEED6;
--teal-500: #2FE9CA;
--teal-600: #15CBAD;
--teal-700: #11A289;
--teal-800: #0C7362;
--teal-900: #084A3F;
--teal-950: #052E27;
}