Teal
#0A7570
CyanColor Codes
All color formats for development
HEX
#0A7570RGB
rgb(10, 117, 112)HSL
hsl(177, 84%, 25%)OKLCH
oklch(0.508 0.086 189.5)CMYK
cmyk(91%, 0%, 4%, 54%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#096A65
2#085E5A
3#07524E
4#064643
5#053B38
6#042F2D
7#032322
8#021716
9#010C0B
Tints
Lighter variations
1#0D9892
2#10BCB3
3#13DFD5
4#2CEDE3
5#4FF0E8
6#72F3EC
7#95F6F1
8#B9F9F6
9#DCFCFA
Tones
Muted variations
1#10706B
2#156B66
3#1A6561
4#20605D
5#255B58
6#2A5553
7#30504E
8#354A49
9#3A4545
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFC #DEFCFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2FA #C2FAF7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 93F6 #93F6F1 | BordersInactive statesPlaceholder text |
| 400 | 5BF1 #5BF1E9 | Disabled statesSecondary iconsMuted text |
| 500 | 2CED #2CEDE3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 12CE #12CEC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0EA4 #0EA49D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A75 #0A7570 | Text on light backgroundsHeadingsStrong borders |
| 900 | 074B #074B48 | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F2D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FEFD;
--teal-100: #DEFCFB;
--teal-200: #C2FAF7;
--teal-300: #93F6F1;
--teal-400: #5BF1E9;
--teal-500: #2CEDE3;
--teal-600: #12CEC5;
--teal-700: #0EA49D;
--teal-800: #0A7570;
--teal-900: #074B48;
--teal-950: #042F2D;
}