Teal
#017E55
GreenColor Codes
All color formats for development
HEX
#017E55RGB
rgb(1, 126, 85)HSL
hsl(160, 98%, 25%)OKLCH
oklch(0.524 0.115 161.8)CMYK
cmyk(99%, 0%, 33%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#01724C
2#016544
3#01583B
4#014C33
5#013F2A
6#013222
7#002619
8#001911
9#000D08
Tints
Lighter variations
1#02A46E
2#02CA87
3#02F0A1
4#1CFDB2
5#42FDBF
6#68FDCB
7#8DFED8
8#B3FEE5
9#D9FFF2
Tones
Muted variations
1#087852
2#0E7250
3#146B4E
4#1A654C
5#215F4A
6#275948
7#2D5246
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 #DCFFF3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDFE #BDFEE9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BFE #8BFED8 | BordersInactive statesPlaceholder text |
| 400 | 4EFD #4EFDC3 | Disabled statesSecondary iconsMuted text |
| 500 | 1CFD #1CFDB2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 02DE #02DE95 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 02B1 #02B176 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 017E #017E55 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0151 #015136 | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #013222 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FFFA;
--teal-100: #DCFFF3;
--teal-200: #BDFEE9;
--teal-300: #8BFED8;
--teal-400: #4EFDC3;
--teal-500: #1CFDB2;
--teal-600: #02DE95;
--teal-700: #02B176;
--teal-800: #017E55;
--teal-900: #015136;
--teal-950: #013222;
}