Teal
#008053
GreenColor Codes
All color formats for development
HEX
#008053RGB
rgb(0, 128, 83)HSL
hsl(159, 100%, 25%)OKLCH
oklch(0.529 0.12 160.1)CMYK
cmyk(100%, 0%, 35%, 50%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#00734B
2#006642
3#00593A
4#004D32
5#004029
6#003321
7#002619
8#001A11
9#000D08
Tints
Lighter variations
1#00A66C
2#00CC85
3#00F29D
4#1AFFAF
5#40FFBC
6#66FFC9
7#8CFFD7
8#B3FFE4
9#D9FFF2
Tones
Muted variations
1#067951
2#0D734F
3#136C4D
4#19664B
5#206049
6#265947
7#2D5345
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 #BDFFE8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AFF #8AFFD6 | BordersInactive statesPlaceholder text |
| 400 | 4DFF #4DFFC1 | Disabled statesSecondary iconsMuted text |
| 500 | 1AFF #1AFFAF | Primary brand colorCTAsActive elementsLinks |
| 600 | 00E0 #00E092 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 00B3 #00B374 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0080 #008053 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0052 #005235 | Primary textHigh emphasis contentDark headings |
| 950 | 0033 #003321 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FFFA;
--teal-100: #DBFFF3;
--teal-200: #BDFFE8;
--teal-300: #8AFFD6;
--teal-400: #4DFFC1;
--teal-500: #1AFFAF;
--teal-600: #00E092;
--teal-700: #00B374;
--teal-800: #008053;
--teal-900: #005235;
--teal-950: #003321;
}