Teal
#0795AB
CyanColor Codes
All color formats for development
HEX
#0795ABRGB
rgb(7, 149, 171)HSL
hsl(188, 92%, 35%)OKLCH
oklch(0.616 0.107 213)CMYK
cmyk(96%, 13%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#06879A
2#067889
3#056978
4#045A67
5#044B56
6#033C45
7#022D33
8#011E22
9#010F11
Tints
Lighter variations
1#08B1CB
2#0ACDEB
3#20D9F6
4#40DFF7
5#60E4F8
6#80E9FA
7#A0EFFB
8#BFF4FC
9#DFFAFE
Tones
Muted variations
1#0F8FA3
2#18899B
3#208393
4#287D8B
5#307782
6#38717A
7#416B72
8#49656A
9#515F61
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FD #F0FDFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF9 #DDF9FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFF4 #BFF4FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EEC #8EECFA | BordersInactive statesPlaceholder text |
| 400 | 54E2 #54E2F8 | Disabled statesSecondary iconsMuted text |
| 500 | 23DA #23DAF6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 09BC #09BCD7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0795 #0795AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 056B #056B7A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0344 #03444E | Primary textHigh emphasis contentDark headings |
| 950 | 022B #022B31 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FDFE;
--teal-100: #DDF9FE;
--teal-200: #BFF4FC;
--teal-300: #8EECFA;
--teal-400: #54E2F8;
--teal-500: #23DAF6;
--teal-600: #09BCD7;
--teal-700: #0795AB;
--teal-800: #056B7A;
--teal-900: #03444E;
--teal-950: #022B31;
}