Teal
#017E57
GreenColor Codes
All color formats for development
HEX
#017E57RGB
rgb(1, 126, 87)HSL
hsl(161, 98%, 25%)OKLCH
oklch(0.525 0.113 163)CMYK
cmyk(99%, 0%, 31%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#01724E
2#016545
3#01583D
4#014C34
5#013F2B
6#013223
7#00261A
8#001911
9#000D09
Tints
Lighter variations
1#02A471
2#02CA8B
3#02F0A5
4#1CFDB5
5#42FDC2
6#68FDCE
7#8DFEDA
8#B3FEE6
9#D9FFF3
Tones
Muted variations
1#087854
2#0E7252
3#146B50
4#1A654D
5#215F4B
6#275949
7#2D5247
8#334C44
9#3A4642
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFF #DCFFF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDFE #BDFEEA | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BFE #8BFED9 | BordersInactive statesPlaceholder text |
| 400 | 4EFD #4EFDC6 | Disabled statesSecondary iconsMuted text |
| 500 | 1CFD #1CFDB5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 02DE #02DE99 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 02B1 #02B179 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 017E #017E57 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0151 #015137 | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #013223 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FFFA;
--teal-100: #DCFFF4;
--teal-200: #BDFEEA;
--teal-300: #8BFED9;
--teal-400: #4EFDC6;
--teal-500: #1CFDB5;
--teal-600: #02DE99;
--teal-700: #02B179;
--teal-800: #017E57;
--teal-900: #015137;
--teal-950: #013223;
}