Teal
#076678
CyanColor Codes
All color formats for development
HEX
#076678RGB
rgb(7, 102, 120)HSL
hsl(190, 89%, 25%)OKLCH
oklch(0.471 0.082 215.8)CMYK
cmyk(94%, 15%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#065B6C
2#065160
3#054754
4#043D48
5#04333C
6#032930
7#021E24
8#011418
9#010A0C
Tints
Lighter variations
1#09849D
2#0BA3C1
3#0DC1E5
4#26D0F2
5#4AD8F4
6#6EE0F7
7#93E8F9
8#B7EFFB
9#DBF7FD
Tones
Muted variations
1#0D6273
2#125E6D
3#185A67
4#1E5662
5#23535C
6#294F56
7#2F4B51
8#34474B
9#3A4445
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FC #F1FCFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF8 #DDF8FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0F2 #C0F2FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 90E7 #90E7F9 | BordersInactive statesPlaceholder text |
| 400 | 56DB #56DBF5 | Disabled statesSecondary iconsMuted text |
| 500 | 26D0 #26D0F2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0CB3 #0CB3D4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0A8E #0A8EA9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0766 #076678 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0441 #04414D | Primary textHigh emphasis contentDark headings |
| 950 | 0329 #032930 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FCFE;
--teal-100: #DDF8FD;
--teal-200: #C0F2FB;
--teal-300: #90E7F9;
--teal-400: #56DBF5;
--teal-500: #26D0F2;
--teal-600: #0CB3D4;
--teal-700: #0A8EA9;
--teal-800: #076678;
--teal-900: #04414D;
--teal-950: #032930;
}