Teal
#076478
CyanColor Codes
All color formats for development
HEX
#076478RGB
rgb(7, 100, 120)HSL
hsl(191, 89%, 25%)OKLCH
oklch(0.465 0.082 218.3)CMYK
cmyk(94%, 17%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#065A6C
2#065060
3#054654
4#043C48
5#04323C
6#032830
7#021E24
8#011418
9#010A0C
Tints
Lighter variations
1#09829D
2#0B9FC1
3#0DBDE5
4#26CDF2
5#4AD5F4
6#6EDEF7
7#93E6F9
8#B7EEFB
9#DBF7FD
Tones
Muted variations
1#0D6073
2#125C6D
3#185967
4#1E5562
5#23525C
6#294E56
7#2F4B51
8#34474B
9#3A4345
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FC #F1FCFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF7 #DDF7FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0F1 #C0F1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 90E5 #90E5F9 | BordersInactive statesPlaceholder text |
| 400 | 56D8 #56D8F5 | Disabled statesSecondary iconsMuted text |
| 500 | 26CD #26CDF2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0CAF #0CAFD4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0A8C #0A8CA9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0764 #076478 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0440 #04404D | Primary textHigh emphasis contentDark headings |
| 950 | 0328 #032830 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FCFE;
--teal-100: #DDF7FD;
--teal-200: #C0F1FB;
--teal-300: #90E5F9;
--teal-400: #56D8F5;
--teal-500: #26CDF2;
--teal-600: #0CAFD4;
--teal-700: #0A8CA9;
--teal-800: #076478;
--teal-900: #04404D;
--teal-950: #032830;
}