Teal
#0C7369
CyanColor Codes
All color formats for development
HEX
#0C7369RGB
rgb(12, 115, 105)HSL
hsl(174, 81%, 25%)OKLCH
oklch(0.501 0.086 184.2)CMYK
cmyk(90%, 0%, 9%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B685F
2#0A5C54
3#08514A
4#07453F
5#063A35
6#052E2A
7#042320
8#021715
9#010C0B
Tints
Lighter variations
1#109689
2#13B9A8
3#17DBC8
4#2FE9D7
5#52EDDD
6#75F0E4
7#97F4EB
8#BAF8F2
9#DCFBF8
Tones
Muted variations
1#116E65
2#166961
3#1C645D
4#215F59
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 #DFFCF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F9 #C3F9F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F4 #95F4EA | BordersInactive statesPlaceholder text |
| 400 | 5DEE #5DEEE0 | Disabled statesSecondary iconsMuted text |
| 500 | 2FE9 #2FE9D7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 15CB #15CBB9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 11A2 #11A293 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C73 #0C7369 | Text on light backgroundsHeadingsStrong borders |
| 900 | 084A #084A43 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E2A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FEFC;
--teal-100: #DFFCF9;
--teal-200: #C3F9F3;
--teal-300: #95F4EA;
--teal-400: #5DEEE0;
--teal-500: #2FE9D7;
--teal-600: #15CBB9;
--teal-700: #11A293;
--teal-800: #0C7369;
--teal-900: #084A43;
--teal-950: #052E2A;
}