Teal
#007980
CyanColor Codes
All color formats for development
HEX
#007980RGB
rgb(0, 121, 128)HSL
hsl(183, 100%, 25%)OKLCH
oklch(0.524 0.089 201.9)CMYK
cmyk(100%, 5%, 0%, 50%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#006D73
2#006166
3#005559
4#00494D
5#003D40
6#003033
7#002426
8#00181A
9#000C0D
Tints
Lighter variations
1#009DA6
2#00C2CC
3#00E6F2
4#1AF4FF
5#40F5FF
6#66F7FF
7#8CF9FF
8#B3FBFF
9#D9FDFF
Tones
Muted variations
1#067379
2#0D6E73
3#13686C
4#196266
5#205C60
6#265759
7#2D5153
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 | BDFC #BDFCFF | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AF9 #8AF9FF | BordersInactive statesPlaceholder text |
| 400 | 4DF6 #4DF6FF | Disabled statesSecondary iconsMuted text |
| 500 | 1AF4 #1AF4FF | Primary brand colorCTAsActive elementsLinks |
| 600 | 00D5 #00D5E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 00AA #00AAB3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0079 #007980 | Text on light backgroundsHeadingsStrong borders |
| 900 | 004E #004E52 | 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: #BDFCFF;
--teal-300: #8AF9FF;
--teal-400: #4DF6FF;
--teal-500: #1AF4FF;
--teal-600: #00D5E0;
--teal-700: #00AAB3;
--teal-800: #007980;
--teal-900: #004E52;
--teal-950: #003033;
}