Teal
#008062
CyanColor Codes
All color formats for development
HEX
#008062RGB
rgb(0, 128, 98)HSL
hsl(166, 100%, 25%)OKLCH
oklch(0.533 0.107 169.1)CMYK
cmyk(100%, 0%, 23%, 50%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#007358
2#00664E
3#005944
4#004D3B
5#004031
6#003327
7#00261D
8#001A14
9#000D0A
Tints
Lighter variations
1#00A67F
2#00CC9C
3#00F2BA
4#1AFFC9
5#40FFD2
6#66FFDB
7#8CFFE4
8#B3FFED
9#D9FFF6
Tones
Muted variations
1#06795E
2#0D735B
3#136C58
4#196654
5#206051
6#26594D
7#2D534A
8#334D47
9#394643
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBFF #DBFFF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDFF #BDFFF0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AFF #8AFFE4 | BordersInactive statesPlaceholder text |
| 400 | 4DFF #4DFFD5 | Disabled statesSecondary iconsMuted text |
| 500 | 1AFF #1AFFC9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 00E0 #00E0AC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 00B3 #00B389 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0080 #008062 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0052 #00523F | Primary textHigh emphasis contentDark headings |
| 950 | 0033 #003327 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FFFB;
--teal-100: #DBFFF7;
--teal-200: #BDFFF0;
--teal-300: #8AFFE4;
--teal-400: #4DFFD5;
--teal-500: #1AFFC9;
--teal-600: #00E0AC;
--teal-700: #00B389;
--teal-800: #008062;
--teal-900: #00523F;
--teal-950: #003327;
}