Teal
#00806C
CyanColor Codes
All color formats for development
HEX
#00806CRGB
rgb(0, 128, 108)HSL
hsl(171, 100%, 25%)OKLCH
oklch(0.536 0.1 176.6)CMYK
cmyk(100%, 0%, 16%, 50%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#007362
2#006657
3#00594C
4#004D41
5#004036
6#00332B
7#002621
8#001A16
9#000D0B
Tints
Lighter variations
1#00A68D
2#00CCAD
3#00F2CE
4#1AFFDD
5#40FFE2
6#66FFE8
7#8CFFEE
8#B3FFF4
9#D9FFF9
Tones
Muted variations
1#067968
2#0D7363
3#136C5F
4#19665B
5#206056
6#265952
7#2D534D
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 #BDFFF5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AFF #8AFFED | BordersInactive statesPlaceholder text |
| 400 | 4DFF #4DFFE4 | Disabled statesSecondary iconsMuted text |
| 500 | 1AFF #1AFFDD | Primary brand colorCTAsActive elementsLinks |
| 600 | 00E0 #00E0BF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 00B3 #00B398 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0080 #00806C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0052 #005245 | 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: #F0FFFD;
--teal-100: #DBFFFA;
--teal-200: #BDFFF5;
--teal-300: #8AFFED;
--teal-400: #4DFFE4;
--teal-500: #1AFFDD;
--teal-600: #00E0BF;
--teal-700: #00B398;
--teal-800: #00806C;
--teal-900: #005245;
--teal-950: #00332B;
}