Teal
#008071
CyanColor Codes
All color formats for development
HEX
#008071RGB
rgb(0, 128, 113)HSL
hsl(173, 100%, 25%)OKLCH
oklch(0.538 0.097 180.8)CMYK
cmyk(100%, 0%, 12%, 50%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#007365
2#00665A
3#00594F
4#004D44
5#004038
6#00332D
7#002622
8#001A17
9#000D0B
Tints
Lighter variations
1#00A692
2#00CCB4
3#00F2D6
4#1AFFE4
5#40FFE9
6#66FFED
7#8CFFF2
8#B3FFF6
9#D9FFFB
Tones
Muted variations
1#06796C
2#0D7367
3#136C62
4#19665D
5#206058
6#265953
7#2D534E
8#334D4A
9#394645
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBFF #DBFFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDFF #BDFFF7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AFF #8AFFF1 | BordersInactive statesPlaceholder text |
| 400 | 4DFF #4DFFEA | Disabled statesSecondary iconsMuted text |
| 500 | 1AFF #1AFFE4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 00E0 #00E0C6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 00B3 #00B39E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0080 #008071 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0052 #005248 | Primary textHigh emphasis contentDark headings |
| 950 | 0033 #00332D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FFFD;
--teal-100: #DBFFFB;
--teal-200: #BDFFF7;
--teal-300: #8AFFF1;
--teal-400: #4DFFEA;
--teal-500: #1AFFE4;
--teal-600: #00E0C6;
--teal-700: #00B39E;
--teal-800: #008071;
--teal-900: #005248;
--teal-950: #00332D;
}