Teal
#0A765E
CyanColor Codes
All color formats for development
HEX
#0A765ERGB
rgb(10, 118, 94)HSL
hsl(167, 84%, 25%)OKLCH
oklch(0.505 0.096 171.7)CMYK
cmyk(92%, 0%, 20%, 54%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#096A55
2#085E4B
3#075242
4#064638
5#053B2F
6#042F26
7#03231C
8#021713
9#010C09
Tints
Lighter variations
1#0D987A
2#10BC97
3#13DFB3
4#2CEDC3
5#4FF0CD
6#72F3D7
7#95F6E1
8#B9F9EB
9#DCFCF5
Tones
Muted variations
1#10705B
2#156B58
3#1A6555
4#206052
5#255B4F
6#2A554C
7#305049
8#354A46
9#3A4543
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFC #DEFCF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2FA #C2FAEE | Secondary backgroundsInput backgroundsDividers |
| 300 | 93F6 #93F6E0 | BordersInactive statesPlaceholder text |
| 400 | 5BF1 #5BF1D0 | Disabled statesSecondary iconsMuted text |
| 500 | 2CED #2CEDC3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 12CE #12CEA6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0EA4 #0EA484 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A75 #0A755E | Text on light backgroundsHeadingsStrong borders |
| 900 | 074B #074B3C | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F26 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FEFB;
--teal-100: #DEFCF6;
--teal-200: #C2FAEE;
--teal-300: #93F6E0;
--teal-400: #5BF1D0;
--teal-500: #2CEDC3;
--teal-600: #12CEA6;
--teal-700: #0EA484;
--teal-800: #0A755E;
--teal-900: #074B3C;
--teal-950: #042F26;
}