Teal
#0A7667
CyanColor Codes
All color formats for development
HEX
#0A7667RGB
rgb(10, 118, 103)HSL
hsl(172, 84%, 25%)OKLCH
oklch(0.508 0.09 179.6)CMYK
cmyk(92%, 0%, 13%, 54%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#096A5D
2#085E52
3#075248
4#06463E
5#053B34
6#042F29
7#03231F
8#021715
9#010C0A
Tints
Lighter variations
1#0D9886
2#10BCA5
3#13DFC4
4#2CEDD3
5#4FF0DA
6#72F3E2
7#95F6E9
8#B9F9F0
9#DCFCF8
Tones
Muted variations
1#107063
2#156B5F
3#1A655B
4#206057
5#255B53
6#2A554F
7#30504C
8#354A48
9#3A4544
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFC #DEFCF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2FA #C2FAF2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 93F6 #93F6E8 | BordersInactive statesPlaceholder text |
| 400 | 5BF1 #5BF1DD | Disabled statesSecondary iconsMuted text |
| 500 | 2CED #2CEDD3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 12CE #12CEB5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0EA4 #0EA490 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A75 #0A7567 | Text on light backgroundsHeadingsStrong borders |
| 900 | 074B #074B42 | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FEFC;
--teal-100: #DEFCF8;
--teal-200: #C2FAF2;
--teal-300: #93F6E8;
--teal-400: #5BF1DD;
--teal-500: #2CEDD3;
--teal-600: #12CEB5;
--teal-700: #0EA490;
--teal-800: #0A7567;
--teal-900: #074B42;
--teal-950: #042F29;
}