Teal
#0A6D76
CyanColor Codes
All color formats for development
HEX
#0A6D76RGB
rgb(10, 109, 118)HSL
hsl(185, 84%, 25%)OKLCH
oklch(0.489 0.081 205.1)CMYK
cmyk(92%, 8%, 0%, 54%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#09626A
2#08575E
3#074C52
4#064146
5#05363B
6#042B2F
7#032123
8#021617
9#010B0C
Tints
Lighter variations
1#0D8D98
2#10ADBC
3#13CEDF
4#2CDDED
5#4FE2F0
6#72E8F3
7#95EEF6
8#B9F4F9
9#DCF9FC
Tones
Muted variations
1#106870
2#15636B
3#1A5F65
4#205B60
5#25565B
6#2A5255
7#304D50
8#35494A
9#3A4445
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 | C2F5 #C2F5FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 93ED #93EDF6 | BordersInactive statesPlaceholder text |
| 400 | 5BE4 #5BE4F1 | Disabled statesSecondary iconsMuted text |
| 500 | 2CDD #2CDDED | Primary brand colorCTAsActive elementsLinks |
| 600 | 12BF #12BFCE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0E98 #0E98A4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A6C #0A6C75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0745 #07454B | 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: #F1FDFE;
--teal-100: #DEFAFC;
--teal-200: #C2F5FA;
--teal-300: #93EDF6;
--teal-400: #5BE4F1;
--teal-500: #2CDDED;
--teal-600: #12BFCE;
--teal-700: #0E98A4;
--teal-800: #0A6C75;
--teal-900: #07454B;
--teal-950: #042B2F;
}