Teal
#076778
CyanColor Codes
All color formats for development
HEX
#076778RGB
rgb(7, 103, 120)HSL
hsl(189, 89%, 25%)OKLCH
oklch(0.473 0.082 214.6)CMYK
cmyk(94%, 14%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#065D6C
2#065360
3#054854
4#043E48
5#04343C
6#032930
7#021F24
8#011518
9#010A0C
Tints
Lighter variations
1#09879D
2#0BA6C1
3#0DC5E5
4#26D4F2
5#4ADBF4
6#6EE2F7
7#93E9F9
8#B7F1FB
9#DBF8FD
Tones
Muted variations
1#0D6373
2#12606D
3#185C67
4#1E5862
5#23545C
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 | DDF8 #DDF8FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0F3 #C0F3FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 90E9 #90E9F9 | BordersInactive statesPlaceholder text |
| 400 | 56DD #56DDF5 | Disabled statesSecondary iconsMuted text |
| 500 | 26D4 #26D4F2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0CB6 #0CB6D4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0A91 #0A91A9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0767 #076778 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0442 #04424D | 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: #C0F3FB;
--teal-300: #90E9F9;
--teal-400: #56DDF5;
--teal-500: #26D4F2;
--teal-600: #0CB6D4;
--teal-700: #0A91A9;
--teal-800: #076778;
--teal-900: #04424D;
--teal-950: #032930;
}