Teal
#0C735D
CyanColor Codes
All color formats for development
HEX
#0C735DRGB
rgb(12, 115, 93)HSL
hsl(167, 81%, 25%)OKLCH
oklch(0.497 0.093 172.8)CMYK
cmyk(90%, 0%, 19%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B6854
2#0A5C4A
3#085141
4#074538
5#063A2F
6#052E25
7#04231C
8#021713
9#010C09
Tints
Lighter variations
1#109679
2#13B995
3#17DBB1
4#2FE9C1
5#52EDCB
6#75F0D6
7#97F4E0
8#BAF8EA
9#DCFBF5
Tones
Muted variations
1#116E5A
2#166957
3#1C6454
4#215F51
5#265A4E
6#2B544B
7#304F49
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 #DFFCF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F9 #C3F9ED | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F4 #95F4DF | BordersInactive statesPlaceholder text |
| 400 | 5DEE #5DEECF | Disabled statesSecondary iconsMuted text |
| 500 | 2FE9 #2FE9C1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 15CB #15CBA4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 11A2 #11A282 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C73 #0C735D | Text on light backgroundsHeadingsStrong borders |
| 900 | 084A #084A3C | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E25 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FEFB;
--teal-100: #DFFCF5;
--teal-200: #C3F9ED;
--teal-300: #95F4DF;
--teal-400: #5DEECF;
--teal-500: #2FE9C1;
--teal-600: #15CBA4;
--teal-700: #11A282;
--teal-800: #0C735D;
--teal-900: #084A3C;
--teal-950: #052E25;
}