Teal
#0A7075
CyanColor Codes
All color formats for development
HEX
#0A7075RGB
rgb(10, 112, 117)HSL
hsl(183, 84%, 25%)OKLCH
oklch(0.497 0.082 200.4)CMYK
cmyk(91%, 4%, 0%, 54%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#09656A
2#085A5E
3#074E52
4#064346
5#05383B
6#042D2F
7#032223
8#021617
9#010B0C
Tints
Lighter variations
1#0D9298
2#10B3BC
3#13D5DF
4#2CE3ED
5#4FE8F0
6#72ECF3
7#95F1F6
8#B9F6F9
9#DCFAFC
Tones
Muted variations
1#106B70
2#15666B
3#1A6165
4#205D60
5#25585B
6#2A5355
7#304E50
8#35494A
9#3A4545
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFB #DEFBFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2F7 #C2F7FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 93F1 #93F1F6 | BordersInactive statesPlaceholder text |
| 400 | 5BE9 #5BE9F1 | Disabled statesSecondary iconsMuted text |
| 500 | 2CE3 #2CE3ED | Primary brand colorCTAsActive elementsLinks |
| 600 | 12C5 #12C5CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0E9D #0E9DA4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A70 #0A7075 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0748 #07484B | Primary textHigh emphasis contentDark headings |
| 950 | 042D #042D2F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FDFE;
--teal-100: #DEFBFC;
--teal-200: #C2F7FA;
--teal-300: #93F1F6;
--teal-400: #5BE9F1;
--teal-500: #2CE3ED;
--teal-600: #12C5CE;
--teal-700: #0E9DA4;
--teal-800: #0A7075;
--teal-900: #07484B;
--teal-950: #042D2F;
}