Teal
#0C736B
CyanColor Codes
All color formats for development
HEX
#0C736BRGB
rgb(12, 115, 107)HSL
hsl(175, 81%, 25%)OKLCH
oklch(0.501 0.085 186.2)CMYK
cmyk(90%, 0%, 7%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B6860
2#0A5C55
3#08514B
4#074540
5#063A35
6#052E2B
7#042320
8#021715
9#010C0B
Tints
Lighter variations
1#10968B
2#13B9AB
3#17DBCB
4#2FE9DA
5#52EDE0
6#75F0E6
7#97F4EC
8#BAF8F3
9#DCFBF9
Tones
Muted variations
1#116E66
2#166962
3#1C645E
4#215F5A
5#265A55
6#2B5451
7#304F4D
8#354A48
9#3B4544
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFC #DFFCF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F9 #C3F9F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F4 #95F4EC | BordersInactive statesPlaceholder text |
| 400 | 5DEE #5DEEE2 | Disabled statesSecondary iconsMuted text |
| 500 | 2FE9 #2FE9DA | Primary brand colorCTAsActive elementsLinks |
| 600 | 15CB #15CBBC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 11A2 #11A295 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C73 #0C736B | Text on light backgroundsHeadingsStrong borders |
| 900 | 084A #084A44 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E2B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FEFD;
--teal-100: #DFFCF9;
--teal-200: #C3F9F4;
--teal-300: #95F4EC;
--teal-400: #5DEEE2;
--teal-500: #2FE9DA;
--teal-600: #15CBBC;
--teal-700: #11A295;
--teal-800: #0C736B;
--teal-900: #084A44;
--teal-950: #052E2B;
}