Teal
#0C7360
CyanColor Codes
All color formats for development
HEX
#0C7360RGB
rgb(12, 115, 96)HSL
hsl(169, 81%, 25%)OKLCH
oklch(0.498 0.09 175.5)CMYK
cmyk(90%, 0%, 17%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B6857
2#0A5C4D
3#085144
4#07453A
5#063A30
6#052E27
7#04231D
8#021713
9#010C0A
Tints
Lighter variations
1#10967D
2#13B99A
3#17DBB7
4#2FE9C7
5#52EDD0
6#75F0DA
7#97F4E3
8#BAF8EC
9#DCFBF6
Tones
Muted variations
1#116E5D
2#16695A
3#1C6457
4#215F53
5#265A50
6#2B544D
7#304F4A
8#354A46
9#3B4543
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFC #DFFCF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F9 #C3F9EF | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F4 #95F4E2 | BordersInactive statesPlaceholder text |
| 400 | 5DEE #5DEED4 | Disabled statesSecondary iconsMuted text |
| 500 | 2FE9 #2FE9C7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 15CB #15CBAA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 11A2 #11A287 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C73 #0C7360 | Text on light backgroundsHeadingsStrong borders |
| 900 | 084A #084A3E | 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: #DFFCF6;
--teal-200: #C3F9EF;
--teal-300: #95F4E2;
--teal-400: #5DEED4;
--teal-500: #2FE9C7;
--teal-600: #15CBAA;
--teal-700: #11A287;
--teal-800: #0C7360;
--teal-900: #084A3E;
--teal-950: #052E27;
}