Teal
#00806F
CyanColor Codes
All color formats for development
HEX
#00806FRGB
rgb(0, 128, 111)HSL
hsl(172, 100%, 25%)OKLCH
oklch(0.537 0.098 179.1)CMYK
cmyk(100%, 0%, 13%, 50%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#007363
2#006658
3#00594D
4#004D42
5#004037
6#00332C
7#002621
8#001A16
9#000D0B
Tints
Lighter variations
1#00A690
2#00CCB1
3#00F2D2
4#1AFFE0
5#40FFE6
6#66FFEB
7#8CFFF0
8#B3FFF5
9#D9FFFA
Tones
Muted variations
1#06796A
2#0D7365
3#136C60
4#19665C
5#206057
6#265952
7#2D534E
8#334D49
9#394644
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBFF #DBFFFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDFF #BDFFF6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AFF #8AFFEF | BordersInactive statesPlaceholder text |
| 400 | 4DFF #4DFFE7 | Disabled statesSecondary iconsMuted text |
| 500 | 1AFF #1AFFE0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 00E0 #00E0C2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 00B3 #00B39B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0080 #00806F | Text on light backgroundsHeadingsStrong borders |
| 900 | 0052 #005247 | Primary textHigh emphasis contentDark headings |
| 950 | 0033 #00332C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FFFD;
--teal-100: #DBFFFA;
--teal-200: #BDFFF6;
--teal-300: #8AFFEF;
--teal-400: #4DFFE7;
--teal-500: #1AFFE0;
--teal-600: #00E0C2;
--teal-700: #00B39B;
--teal-800: #00806F;
--teal-900: #005247;
--teal-950: #00332C;
}