Teal
#0A7676
CyanColor Codes
All color formats for development
HEX
#0A7676RGB
rgb(10, 118, 118)HSL
hsl(180, 84%, 25%)OKLCH
oklch(0.513 0.086 194.8)CMYK
cmyk(92%, 0%, 0%, 54%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#096A6A
2#085E5E
3#075252
4#064646
5#053B3B
6#042F2F
7#032323
8#021717
9#010C0C
Tints
Lighter variations
1#0D9898
2#10BCBC
3#13DFDF
4#2CEDED
5#4FF0F0
6#72F3F3
7#95F6F6
8#B9F9F9
9#DCFCFC
Tones
Muted variations
1#107070
2#156B6B
3#1A6565
4#206060
5#255B5B
6#2A5555
7#305050
8#354A4A
9#3A4545
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFC #DEFCFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2FA #C2FAFA | Secondary backgroundsInput backgroundsDividers |
| 300 | 93F6 #93F6F6 | BordersInactive statesPlaceholder text |
| 400 | 5BF1 #5BF1F1 | Disabled statesSecondary iconsMuted text |
| 500 | 2CED #2CEDED | Primary brand colorCTAsActive elementsLinks |
| 600 | 12CE #12CECE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0EA4 #0EA4A4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A75 #0A7575 | Text on light backgroundsHeadingsStrong borders |
| 900 | 074B #074B4B | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F2F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FEFE;
--teal-100: #DEFCFC;
--teal-200: #C2FAFA;
--teal-300: #93F6F6;
--teal-400: #5BF1F1;
--teal-500: #2CEDED;
--teal-600: #12CECE;
--teal-700: #0EA4A4;
--teal-800: #0A7575;
--teal-900: #074B4B;
--teal-950: #042F2F;
}