Teal
#0A6B75
CyanColor Codes
All color formats for development
HEX
#0A6B75RGB
rgb(10, 107, 117)HSL
hsl(186, 84%, 25%)OKLCH
oklch(0.483 0.08 206.4)CMYK
cmyk(91%, 9%, 0%, 54%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#09606A
2#08555E
3#074B52
4#064046
5#05353B
6#042B2F
7#032023
8#021517
9#010B0C
Tints
Lighter variations
1#0D8B98
2#10ABBC
3#13CBDF
4#2CD9ED
5#4FE0F0
6#72E6F3
7#95ECF6
8#B9F2F9
9#DCF9FC
Tones
Muted variations
1#106670
2#15626B
3#1A5E65
4#205960
5#25555B
6#2A5155
7#304D50
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 #C2F4FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 93EC #93ECF6 | BordersInactive statesPlaceholder text |
| 400 | 5BE2 #5BE2F1 | Disabled statesSecondary iconsMuted text |
| 500 | 2CD9 #2CD9ED | Primary brand colorCTAsActive elementsLinks |
| 600 | 12BC #12BCCE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0E95 #0E95A4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A6B #0A6B75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0744 #07444B | Primary textHigh emphasis contentDark headings |
| 950 | 042B #042B2F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FCFE;
--teal-100: #DEF9FC;
--teal-200: #C2F4FA;
--teal-300: #93ECF6;
--teal-400: #5BE2F1;
--teal-500: #2CD9ED;
--teal-600: #12BCCE;
--teal-700: #0E95A4;
--teal-800: #0A6B75;
--teal-900: #07444B;
--teal-950: #042B2F;
}