Teal
#007780
CyanColor Codes
All color formats for development
HEX
#007780RGB
rgb(0, 119, 128)HSL
hsl(184, 100%, 25%)OKLCH
oklch(0.519 0.088 204)CMYK
cmyk(100%, 7%, 0%, 50%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#006B73
2#005F66
3#005359
4#00474D
5#003C40
6#003033
7#002426
8#00181A
9#000C0D
Tints
Lighter variations
1#009BA6
2#00BECC
3#00E2F2
4#1AF0FF
5#40F2FF
6#66F5FF
7#8CF7FF
8#B3FAFF
9#D9FCFF
Tones
Muted variations
1#067179
2#0D6C73
3#13666C
4#196166
5#205B60
6#265659
7#2D5053
8#334B4D
9#394546
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBFD #DBFDFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDFB #BDFBFF | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AF7 #8AF7FF | BordersInactive statesPlaceholder text |
| 400 | 4DF3 #4DF3FF | Disabled statesSecondary iconsMuted text |
| 500 | 1AF0 #1AF0FF | Primary brand colorCTAsActive elementsLinks |
| 600 | 00D1 #00D1E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 00A7 #00A7B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0077 #007780 | Text on light backgroundsHeadingsStrong borders |
| 900 | 004C #004C52 | Primary textHigh emphasis contentDark headings |
| 950 | 0030 #003033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FEFF;
--teal-100: #DBFDFF;
--teal-200: #BDFBFF;
--teal-300: #8AF7FF;
--teal-400: #4DF3FF;
--teal-500: #1AF0FF;
--teal-600: #00D1E0;
--teal-700: #00A7B3;
--teal-800: #007780;
--teal-900: #004C52;
--teal-950: #003033;
}