Teal
#159D77
GreenColor Codes
All color formats for development
HEX
#159D77RGB
rgb(21, 157, 119)HSL
hsl(163, 76%, 35%)OKLCH
oklch(0.62 0.122 167.4)CMYK
cmyk(87%, 0%, 24%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#138D6B
2#117E5F
3#0F6E53
4#0D5E47
5#0B4F3B
6#093F2F
7#062F24
8#041F18
9#02100C
Tints
Lighter variations
1#19BA8D
2#1DD7A3
3#33E3B1
4#50E7BC
5#6DEBC7
6#8AEFD3
7#A7F3DE
8#C5F7E9
9#E2FBF4
Tones
Muted variations
1#1C9674
2#239071
3#2A896E
4#31826B
5#377B68
6#3E7465
7#456E62
8#4C675F
9#52605C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FB #E0FBF3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7E9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F1 #98F1D8 | BordersInactive statesPlaceholder text |
| 400 | 62EA #62EAC3 | Disabled statesSecondary iconsMuted text |
| 500 | 35E3 #35E3B2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BC5 #1BC595 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159D #159D77 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F70 #0F7055 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A48 #0A4836 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D22 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FDFA;
--teal-100: #E0FBF3;
--teal-200: #C5F7E9;
--teal-300: #98F1D8;
--teal-400: #62EAC3;
--teal-500: #35E3B2;
--teal-600: #1BC595;
--teal-700: #159D77;
--teal-800: #0F7055;
--teal-900: #0A4836;
--teal-950: #062D22;
}