Teal
#076978
CyanColor Codes
All color formats for development
HEX
#076978RGB
rgb(7, 105, 120)HSL
hsl(188, 89%, 25%)OKLCH
oklch(0.479 0.082 212.1)CMYK
cmyk(94%, 13%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#065F6C
2#065460
3#054A54
4#043F48
5#04353C
6#032A30
7#022024
8#011518
9#010B0C
Tints
Lighter variations
1#09899D
2#0BA9C1
3#0DC8E5
4#26D7F2
5#4ADEF4
6#6EE4F7
7#93EBF9
8#B7F2FB
9#DBF8FD
Tones
Muted variations
1#0D6573
2#12616D
3#185D67
4#1E5962
5#23555C
6#295056
7#2F4C51
8#34484B
9#3A4445
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FC #F1FCFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF9 #DDF9FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0F3 #C0F3FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 90EB #90EBF9 | BordersInactive statesPlaceholder text |
| 400 | 56E0 #56E0F5 | Disabled statesSecondary iconsMuted text |
| 500 | 26D7 #26D7F2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0CB9 #0CB9D4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0A94 #0A94A9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0769 #076978 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0443 #04434D | Primary textHigh emphasis contentDark headings |
| 950 | 032A #032A30 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FCFE;
--teal-100: #DDF9FD;
--teal-200: #C0F3FB;
--teal-300: #90EBF9;
--teal-400: #56E0F5;
--teal-500: #26D7F2;
--teal-600: #0CB9D4;
--teal-700: #0A94A9;
--teal-800: #076978;
--teal-900: #04434D;
--teal-950: #032A30;
}