Teal
#00806A
CyanColor Codes
All color formats for development
HEX
#00806ARGB
rgb(0, 128, 106)HSL
hsl(170, 100%, 25%)OKLCH
oklch(0.536 0.101 175)CMYK
cmyk(100%, 0%, 17%, 50%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#007360
2#006655
3#00594A
4#004D40
5#004035
6#00332B
7#002620
8#001A15
9#000D0B
Tints
Lighter variations
1#00A68A
2#00CCAA
3#00F2CA
4#1AFFD9
5#40FFDF
6#66FFE6
7#8CFFEC
8#B3FFF2
9#D9FFF9
Tones
Muted variations
1#067966
2#0D7362
3#136C5E
4#196659
5#206055
6#265951
7#2D534D
8#334D48
9#394644
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBFF #DBFFF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDFF #BDFFF4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AFF #8AFFEB | BordersInactive statesPlaceholder text |
| 400 | 4DFF #4DFFE1 | Disabled statesSecondary iconsMuted text |
| 500 | 1AFF #1AFFD9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 00E0 #00E0BB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 00B3 #00B395 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0080 #00806A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0052 #005244 | Primary textHigh emphasis contentDark headings |
| 950 | 0033 #00332B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FFFC;
--teal-100: #DBFFF9;
--teal-200: #BDFFF4;
--teal-300: #8AFFEB;
--teal-400: #4DFFE1;
--teal-500: #1AFFD9;
--teal-600: #00E0BB;
--teal-700: #00B395;
--teal-800: #00806A;
--teal-900: #005244;
--teal-950: #00332B;
}