Teal
#0C7364
CyanColor Codes
All color formats for development
HEX
#0C7364RGB
rgb(12, 115, 100)HSL
hsl(171, 81%, 25%)OKLCH
oklch(0.499 0.088 179.2)CMYK
cmyk(90%, 0%, 13%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B685A
2#0A5C50
3#085146
4#07453C
5#063A32
6#052E28
7#04231E
8#021714
9#010C0A
Tints
Lighter variations
1#109682
2#13B9A0
3#17DBBE
4#2FE9CD
5#52EDD6
6#75F0DE
7#97F4E6
8#BAF8EE
9#DCFBF7
Tones
Muted variations
1#116E60
2#16695D
3#1C6459
4#215F55
5#265A52
6#2B544E
7#304F4B
8#354A47
9#3B4543
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFC #DFFCF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F9 #C3F9F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F4 #95F4E6 | BordersInactive statesPlaceholder text |
| 400 | 5DEE #5DEED8 | Disabled statesSecondary iconsMuted text |
| 500 | 2FE9 #2FE9CD | Primary brand colorCTAsActive elementsLinks |
| 600 | 15CB #15CBB0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 11A2 #11A28C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C73 #0C7364 | Text on light backgroundsHeadingsStrong borders |
| 900 | 084A #084A40 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E28 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FEFC;
--teal-100: #DFFCF7;
--teal-200: #C3F9F1;
--teal-300: #95F4E6;
--teal-400: #5DEED8;
--teal-500: #2FE9CD;
--teal-600: #15CBB0;
--teal-700: #11A28C;
--teal-800: #0C7364;
--teal-900: #084A40;
--teal-950: #052E28;
}