Teal
#008075
CyanColor Codes
All color formats for development
HEX
#008075RGB
rgb(0, 128, 117)HSL
hsl(175, 100%, 25%)OKLCH
oklch(0.539 0.095 184.4)CMYK
cmyk(100%, 0%, 9%, 50%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#007369
2#00665E
3#005952
4#004D46
5#00403A
6#00332F
7#002623
8#001A17
9#000D0C
Tints
Lighter variations
1#00A698
2#00CCBB
3#00F2DE
4#1AFFEC
5#40FFEF
6#66FFF2
7#8CFFF5
8#B3FFF9
9#D9FFFC
Tones
Muted variations
1#067970
2#0D736A
3#136C65
4#196660
5#20605A
6#265955
7#2D5350
8#334D4A
9#394645
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBFF #DBFFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDFF #BDFFF9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AFF #8AFFF5 | BordersInactive statesPlaceholder text |
| 400 | 4DFF #4DFFF0 | Disabled statesSecondary iconsMuted text |
| 500 | 1AFF #1AFFEC | Primary brand colorCTAsActive elementsLinks |
| 600 | 00E0 #00E0CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 00B3 #00B3A4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0080 #008075 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0052 #00524B | Primary textHigh emphasis contentDark headings |
| 950 | 0033 #00332F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FFFE;
--teal-100: #DBFFFC;
--teal-200: #BDFFF9;
--teal-300: #8AFFF5;
--teal-400: #4DFFF0;
--teal-500: #1AFFEC;
--teal-600: #00E0CE;
--teal-700: #00B3A4;
--teal-800: #008075;
--teal-900: #00524B;
--teal-950: #00332F;
}