Teal
#008079
CyanColor Codes
All color formats for development
HEX
#008079RGB
rgb(0, 128, 121)HSL
hsl(177, 100%, 25%)OKLCH
oklch(0.541 0.094 188.1)CMYK
cmyk(100%, 0%, 5%, 50%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#00736D
2#006661
3#005955
4#004D49
5#00403D
6#003330
7#002624
8#001A18
9#000D0C
Tints
Lighter variations
1#00A69D
2#00CCC2
3#00F2E6
4#1AFFF4
5#40FFF5
6#66FFF7
7#8CFFF9
8#B3FFFB
9#D9FFFD
Tones
Muted variations
1#067973
2#0D736E
3#136C68
4#196662
5#20605C
6#265957
7#2D5351
8#334D4B
9#394645
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBFF #DBFFFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDFF #BDFFFC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AFF #8AFFF9 | BordersInactive statesPlaceholder text |
| 400 | 4DFF #4DFFF6 | Disabled statesSecondary iconsMuted text |
| 500 | 1AFF #1AFFF4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 00E0 #00E0D5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 00B3 #00B3AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0080 #008079 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0052 #00524E | Primary textHigh emphasis contentDark headings |
| 950 | 0033 #003330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FFFE;
--teal-100: #DBFFFD;
--teal-200: #BDFFFC;
--teal-300: #8AFFF9;
--teal-400: #4DFFF6;
--teal-500: #1AFFF4;
--teal-600: #00E0D5;
--teal-700: #00B3AA;
--teal-800: #008079;
--teal-900: #00524E;
--teal-950: #003330;
}