Teal
#0C7367
CyanColor Codes
All color formats for development
HEX
#0C7367RGB
rgb(12, 115, 103)HSL
hsl(173, 81%, 25%)OKLCH
oklch(0.5 0.087 182.1)CMYK
cmyk(90%, 0%, 10%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B685D
2#0A5C53
3#085148
4#07453E
5#063A34
6#052E29
7#04231F
8#021715
9#010C0A
Tints
Lighter variations
1#109686
2#13B9A5
3#17DBC4
4#2FE9D4
5#52EDDB
6#75F0E2
7#97F4E9
8#BAF8F1
9#DCFBF8
Tones
Muted variations
1#116E63
2#16695F
3#1C645B
4#215F58
5#265A54
6#2B5450
7#304F4C
8#354A48
9#3B4544
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFC #DFFCF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F9 #C3F9F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F4 #95F4E9 | BordersInactive statesPlaceholder text |
| 400 | 5DEE #5DEEDD | Disabled statesSecondary iconsMuted text |
| 500 | 2FE9 #2FE9D4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 15CB #15CBB6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 11A2 #11A291 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C73 #0C7367 | Text on light backgroundsHeadingsStrong borders |
| 900 | 084A #084A42 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FEFC;
--teal-100: #DFFCF8;
--teal-200: #C3F9F2;
--teal-300: #95F4E9;
--teal-400: #5DEEDD;
--teal-500: #2FE9D4;
--teal-600: #15CBB6;
--teal-700: #11A291;
--teal-800: #0C7367;
--teal-900: #084A42;
--teal-950: #052E29;
}