Teal
#076D78
CyanColor Codes
All color formats for development
HEX
#076D78RGB
rgb(7, 109, 120)HSL
hsl(186, 89%, 25%)OKLCH
oklch(0.489 0.082 207.2)CMYK
cmyk(94%, 9%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#06626C
2#065760
3#054C54
4#044148
5#04373C
6#032C30
7#022124
8#011618
9#010B0C
Tints
Lighter variations
1#098E9D
2#0BAFC1
3#0DCFE5
4#26DEF2
5#4AE3F4
6#6EE9F7
7#93EEF9
8#B7F4FB
9#DBF9FD
Tones
Muted variations
1#0D6973
2#12646D
3#186067
4#1E5B62
5#23565C
6#295256
7#2F4D51
8#34494B
9#3A4445
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFA #DDFAFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0F5 #C0F5FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 90EE #90EEF9 | BordersInactive statesPlaceholder text |
| 400 | 56E5 #56E5F5 | Disabled statesSecondary iconsMuted text |
| 500 | 26DE #26DEF2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0CC0 #0CC0D4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0A99 #0A99A9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 076D #076D78 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0446 #04464D | Primary textHigh emphasis contentDark headings |
| 950 | 032C #032C30 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FDFE;
--teal-100: #DDFAFD;
--teal-200: #C0F5FB;
--teal-300: #90EEF9;
--teal-400: #56E5F5;
--teal-500: #26DEF2;
--teal-600: #0CC0D4;
--teal-700: #0A99A9;
--teal-800: #076D78;
--teal-900: #04464D;
--teal-950: #032C30;
}