Teal
#0B6F74
CyanColor Codes
All color formats for development
HEX
#0B6F74RGB
rgb(11, 111, 116)HSL
hsl(183, 83%, 25%)OKLCH
oklch(0.494 0.081 200.5)CMYK
cmyk(91%, 4%, 0%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0A6469
2#09595D
3#084E52
4#074346
5#05383A
6#042D2F
7#032123
8#021617
9#010B0C
Tints
Lighter variations
1#0E9198
2#11B2BB
3#15D4DE
4#2DE2EB
5#50E7EF
6#73ECF2
7#96F0F5
8#B9F5F8
9#DCFAFC
Tones
Muted variations
1#106B6F
2#15666A
3#1B6165
4#205C5F
5#25585A
6#2B5355
7#304E50
8#35494A
9#3A4545
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFA #DEFAFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2F7 #C2F7F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94F0 #94F0F5 | BordersInactive statesPlaceholder text |
| 400 | 5CE8 #5CE8F0 | Disabled statesSecondary iconsMuted text |
| 500 | 2DE2 #2DE2EB | Primary brand colorCTAsActive elementsLinks |
| 600 | 13C4 #13C4CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0F9C #0F9CA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B6F #0B6F75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0747 #07474B | Primary textHigh emphasis contentDark headings |
| 950 | 042D #042D2F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FDFE;
--teal-100: #DEFAFC;
--teal-200: #C2F7F9;
--teal-300: #94F0F5;
--teal-400: #5CE8F0;
--teal-500: #2DE2EB;
--teal-600: #13C4CD;
--teal-700: #0F9CA3;
--teal-800: #0B6F75;
--teal-900: #07474B;
--teal-950: #042D2F;
}