Teal
#0C7372
CyanColor Codes
All color formats for development
HEX
#0C7372RGB
rgb(12, 115, 114)HSL
hsl(179, 81%, 25%)OKLCH
oklch(0.504 0.084 193.7)CMYK
cmyk(90%, 0%, 1%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B6866
2#0A5C5B
3#085150
4#074544
5#063A39
6#052E2D
7#042322
8#021717
9#010C0B
Tints
Lighter variations
1#109694
2#13B9B6
3#17DBD8
4#2FE9E6
5#52EDEA
6#75F0EE
7#97F4F3
8#BAF8F7
9#DCFBFB
Tones
Muted variations
1#116E6D
2#166968
3#1C6463
4#215F5E
5#265A59
6#2B5454
7#304F4F
8#354A4A
9#3B4545
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFC #DFFCFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F9 #C3F9F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F4 #95F4F2 | BordersInactive statesPlaceholder text |
| 400 | 5DEE #5DEEEC | Disabled statesSecondary iconsMuted text |
| 500 | 2FE9 #2FE9E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 15CB #15CBC8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 11A2 #11A29F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C73 #0C7372 | Text on light backgroundsHeadingsStrong borders |
| 900 | 084A #084A49 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E2D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FEFD;
--teal-100: #DFFCFB;
--teal-200: #C3F9F8;
--teal-300: #95F4F2;
--teal-400: #5DEEEC;
--teal-500: #2FE9E6;
--teal-600: #15CBC8;
--teal-700: #11A29F;
--teal-800: #0C7372;
--teal-900: #084A49;
--teal-950: #052E2D;
}