Teal
#008059
GreenColor Codes
All color formats for development
HEX
#008059RGB
rgb(0, 128, 89)HSL
hsl(162, 100%, 25%)OKLCH
oklch(0.531 0.114 163.4)CMYK
cmyk(100%, 0%, 30%, 50%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#007350
2#006647
3#00593E
4#004D36
5#00402D
6#003324
7#00261B
8#001A12
9#000D09
Tints
Lighter variations
1#00A674
2#00CC8F
3#00F2AA
4#1AFFBA
5#40FFC6
6#66FFD1
7#8CFFDD
8#B3FFE8
9#D9FFF4
Tones
Muted variations
1#067957
2#0D7354
3#136C52
4#19664F
5#20604D
6#26594A
7#2D5347
8#334D45
9#394642
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBFF #DBFFF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDFF #BDFFEB | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AFF #8AFFDC | BordersInactive statesPlaceholder text |
| 400 | 4DFF #4DFFC9 | Disabled statesSecondary iconsMuted text |
| 500 | 1AFF #1AFFBA | Primary brand colorCTAsActive elementsLinks |
| 600 | 00E0 #00E09D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 00B3 #00B37D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0080 #008059 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0052 #005239 | Primary textHigh emphasis contentDark headings |
| 950 | 0033 #003324 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FFFA;
--teal-100: #DBFFF4;
--teal-200: #BDFFEB;
--teal-300: #8AFFDC;
--teal-400: #4DFFC9;
--teal-500: #1AFFBA;
--teal-600: #00E09D;
--teal-700: #00B37D;
--teal-800: #008059;
--teal-900: #005239;
--teal-950: #003324;
}