Teal
#017E52
GreenColor Codes
All color formats for development
HEX
#017E52RGB
rgb(1, 126, 82)HSL
hsl(159, 98%, 25%)OKLCH
oklch(0.524 0.118 160.2)CMYK
cmyk(99%, 0%, 35%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#01724A
2#016542
3#01583A
4#014C31
5#013F29
6#013221
7#002619
8#001910
9#000D08
Tints
Lighter variations
1#02A46B
2#02CA84
3#02F09D
4#1CFDAE
5#42FDBB
6#68FDC9
7#8DFED6
8#B3FEE4
9#D9FFF1
Tones
Muted variations
1#087851
2#0E724F
3#146B4D
4#1A654B
5#215F49
6#275947
7#2D5245
8#334C43
9#3A4642
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFF #DCFFF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDFE #BDFEE8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BFE #8BFED6 | BordersInactive statesPlaceholder text |
| 400 | 4EFD #4EFDC0 | Disabled statesSecondary iconsMuted text |
| 500 | 1CFD #1CFDAE | Primary brand colorCTAsActive elementsLinks |
| 600 | 02DE #02DE91 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 02B1 #02B173 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 017E #017E52 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0151 #015135 | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #013221 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FFFA;
--teal-100: #DCFFF2;
--teal-200: #BDFEE8;
--teal-300: #8BFED6;
--teal-400: #4EFDC0;
--teal-500: #1CFDAE;
--teal-600: #02DE91;
--teal-700: #02B173;
--teal-800: #017E52;
--teal-900: #015135;
--teal-950: #013221;
}