Teal
#017E5D
GreenColor Codes
All color formats for development
HEX
#017E5DRGB
rgb(1, 126, 93)HSL
hsl(164, 98%, 25%)OKLCH
oklch(0.526 0.108 166.7)CMYK
cmyk(99%, 0%, 26%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#017254
2#01654A
3#015841
4#014C38
5#013F2E
6#013225
7#00261C
8#001913
9#000D09
Tints
Lighter variations
1#02A479
2#02CA95
3#02F0B1
4#1CFDC1
5#42FDCB
6#68FDD5
7#8DFEE0
8#B3FEEA
9#D9FFF5
Tones
Muted variations
1#08785A
2#0E7257
3#146B54
4#1A6551
5#215F4E
6#27594B
7#2D5248
8#334C46
9#3A4643
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFF #DCFFF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDFE #BDFEED | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BFE #8BFEDF | BordersInactive statesPlaceholder text |
| 400 | 4EFD #4EFDCF | Disabled statesSecondary iconsMuted text |
| 500 | 1CFD #1CFDC1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 02DE #02DEA4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 02B1 #02B182 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 017E #017E5D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0151 #01513B | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #013225 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FFFB;
--teal-100: #DCFFF5;
--teal-200: #BDFEED;
--teal-300: #8BFEDF;
--teal-400: #4EFDCF;
--teal-500: #1CFDC1;
--teal-600: #02DEA4;
--teal-700: #02B182;
--teal-800: #017E5D;
--teal-900: #01513B;
--teal-950: #013225;
}