Teal
#0D6C73
CyanColor Codes
All color formats for development
HEX
#0D6C73RGB
rgb(13, 108, 115)HSL
hsl(184, 80%, 25%)OKLCH
oklch(0.485 0.08 203)CMYK
cmyk(89%, 6%, 0%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B6167
2#0A565C
3#094C50
4#084145
5#063639
6#052B2E
7#042022
8#031617
9#010B0B
Tints
Lighter variations
1#118C95
2#14ADB8
3#18CDDA
4#30DCE8
5#53E2EC
6#75E8F0
7#98EDF4
8#BAF3F7
9#DDF9FB
Tones
Muted variations
1#12686E
2#176369
3#1C5F63
4#215A5E
5#265659
6#2B5154
7#304D4F
8#36494A
9#3B4445
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFA #DFFAFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F5 #C3F5F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95ED #95EDF3 | BordersInactive statesPlaceholder text |
| 400 | 5EE4 #5EE4ED | Disabled statesSecondary iconsMuted text |
| 500 | 30DC #30DCE8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 16BE #16BECA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1297 #1297A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D6C #0D6C73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0845 #084549 | Primary textHigh emphasis contentDark headings |
| 950 | 052B #052B2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FDFD;
--teal-100: #DFFAFB;
--teal-200: #C3F5F8;
--teal-300: #95EDF3;
--teal-400: #5EE4ED;
--teal-500: #30DCE8;
--teal-600: #16BECA;
--teal-700: #1297A1;
--teal-800: #0D6C73;
--teal-900: #084549;
--teal-950: #052B2E;
}