Teal
#008055
GreenColor Codes
All color formats for development
HEX
#008055RGB
rgb(0, 128, 85)HSL
hsl(160, 100%, 25%)OKLCH
oklch(0.53 0.118 161.1)CMYK
cmyk(100%, 0%, 34%, 50%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#00734D
2#006644
3#00593B
4#004D33
5#00402B
6#003322
7#002619
8#001A11
9#000D09
Tints
Lighter variations
1#00A66F
2#00CC88
3#00F2A1
4#1AFFB3
5#40FFBF
6#66FFCC
7#8CFFD9
8#B3FFE5
9#D9FFF2
Tones
Muted variations
1#067953
2#0D7351
3#136C4F
4#19664D
5#20604A
6#265948
7#2D5346
8#334D44
9#394642
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBFF #DBFFF3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDFF #BDFFE9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AFF #8AFFD8 | BordersInactive statesPlaceholder text |
| 400 | 4DFF #4DFFC3 | Disabled statesSecondary iconsMuted text |
| 500 | 1AFF #1AFFB2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 00E0 #00E096 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 00B3 #00B377 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0080 #008055 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0052 #005236 | Primary textHigh emphasis contentDark headings |
| 950 | 0033 #003322 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FFFA;
--teal-100: #DBFFF3;
--teal-200: #BDFFE9;
--teal-300: #8AFFD8;
--teal-400: #4DFFC3;
--teal-500: #1AFFB2;
--teal-600: #00E096;
--teal-700: #00B377;
--teal-800: #008055;
--teal-900: #005236;
--teal-950: #003322;
}