Teal
#0B6A75
CyanColor Codes
All color formats for development
HEX
#0B6A75RGB
rgb(11, 106, 117)HSL
hsl(186, 83%, 25%)OKLCH
oklch(0.481 0.08 207.7)CMYK
cmyk(91%, 9%, 0%, 54%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0A5F69
2#09555D
3#084A52
4#074046
5#05353A
6#042A2F
7#032023
8#021517
9#010B0C
Tints
Lighter variations
1#0E8A98
2#11AABB
3#15CADE
4#2DD8EB
5#50DFEF
6#73E5F2
7#96ECF5
8#B9F2F8
9#DCF9FC
Tones
Muted variations
1#10666F
2#15626A
3#1B5D65
4#20595F
5#25555A
6#2B5155
7#304C50
8#35484A
9#3A4445
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FC #F1FCFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEF9 #DEF9FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2F4 #C2F4F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94EB #94EBF5 | BordersInactive statesPlaceholder text |
| 400 | 5CE1 #5CE1F0 | Disabled statesSecondary iconsMuted text |
| 500 | 2DD8 #2DD8EB | Primary brand colorCTAsActive elementsLinks |
| 600 | 13BB #13BBCD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0F95 #0F95A3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B6A #0B6A75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0744 #07444B | Primary textHigh emphasis contentDark headings |
| 950 | 042A #042A2F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FCFE;
--teal-100: #DEF9FC;
--teal-200: #C2F4F9;
--teal-300: #94EBF5;
--teal-400: #5CE1F0;
--teal-500: #2DD8EB;
--teal-600: #13BBCD;
--teal-700: #0F95A3;
--teal-800: #0B6A75;
--teal-900: #07444B;
--teal-950: #042A2F;
}