Teal
#0D6D72
CyanColor Codes
All color formats for development
HEX
#0D6D72RGB
rgb(13, 109, 114)HSL
hsl(183, 80%, 25%)OKLCH
oklch(0.488 0.08 200.6)CMYK
cmyk(89%, 4%, 0%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B6367
2#0A585C
3#094D50
4#084245
5#063739
6#052C2E
7#042122
8#031617
9#010B0B
Tints
Lighter variations
1#118F95
2#14AFB8
3#18D0DA
4#30DFE8
5#53E4EC
6#75EAF0
7#98EFF4
8#BAF4F7
9#DDFAFB
Tones
Muted variations
1#12696E
2#176469
3#1C6063
4#215B5E
5#265759
6#2B5254
7#304E4F
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 | C3F6 #C3F6F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95EF #95EFF3 | BordersInactive statesPlaceholder text |
| 400 | 5EE6 #5EE6ED | Disabled statesSecondary iconsMuted text |
| 500 | 30DF #30DFE8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 16C1 #16C1CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 129A #129AA1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D6E #0D6E73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0846 #084649 | Primary textHigh emphasis contentDark headings |
| 950 | 052C #052C2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FDFD;
--teal-100: #DFFAFB;
--teal-200: #C3F6F8;
--teal-300: #95EFF3;
--teal-400: #5EE6ED;
--teal-500: #30DFE8;
--teal-600: #16C1CA;
--teal-700: #129AA1;
--teal-800: #0D6E73;
--teal-900: #084649;
--teal-950: #052C2E;
}