Teal
#008051
GreenColor Codes
All color formats for development
HEX
#008051RGB
rgb(0, 128, 81)HSL
hsl(158, 100%, 25%)OKLCH
oklch(0.529 0.121 159.1)CMYK
cmyk(100%, 0%, 37%, 50%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#007349
2#006641
3#005939
4#004D30
5#004028
6#003320
7#002618
8#001A10
9#000D08
Tints
Lighter variations
1#00A669
2#00CC81
3#00F299
4#1AFFAB
5#40FFB9
6#66FFC7
7#8CFFD5
8#B3FFE3
9#D9FFF1
Tones
Muted variations
1#06794F
2#0D734D
3#136C4C
4#19664A
5#206048
6#265947
7#2D5345
8#334D43
9#394641
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBFF #DBFFF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDFF #BDFFE7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AFF #8AFFD4 | BordersInactive statesPlaceholder text |
| 400 | 4DFF #4DFFBE | Disabled statesSecondary iconsMuted text |
| 500 | 1AFF #1AFFAB | Primary brand colorCTAsActive elementsLinks |
| 600 | 00E0 #00E08E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 00B3 #00B371 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0080 #008051 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0052 #005234 | Primary textHigh emphasis contentDark headings |
| 950 | 0033 #003320 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FFF9;
--teal-100: #DBFFF2;
--teal-200: #BDFFE7;
--teal-300: #8AFFD4;
--teal-400: #4DFFBE;
--teal-500: #1AFFAB;
--teal-600: #00E08E;
--teal-700: #00B371;
--teal-800: #008051;
--teal-900: #005234;
--teal-950: #003320;
}