Teal
#159D74
GreenColor Codes
All color formats for development
HEX
#159D74RGB
rgb(21, 157, 116)HSL
hsl(162, 76%, 35%)OKLCH
oklch(0.619 0.125 165.8)CMYK
cmyk(87%, 0%, 26%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#138D69
2#117E5D
3#0F6E51
4#0D5E46
5#0B4F3A
6#093F2F
7#062F23
8#041F17
9#02100C
Tints
Lighter variations
1#19BA8A
2#1DD7A0
3#33E3AE
4#50E7BA
5#6DEBC5
6#8AEFD1
7#A7F3DC
8#C5F7E8
9#E2FBF3
Tones
Muted variations
1#1C9672
2#23906F
3#2A896C
4#31826A
5#377B67
6#3E7464
7#456E61
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 #C5F7E8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F1 #98F1D6 | BordersInactive statesPlaceholder text |
| 400 | 62EA #62EAC1 | Disabled statesSecondary iconsMuted text |
| 500 | 35E3 #35E3AF | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BC5 #1BC592 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159D #159D74 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F70 #0F7053 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A48 #0A4835 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D21 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FDFA;
--teal-100: #E0FBF3;
--teal-200: #C5F7E8;
--teal-300: #98F1D6;
--teal-400: #62EAC1;
--teal-500: #35E3AF;
--teal-600: #1BC592;
--teal-700: #159D74;
--teal-800: #0F7053;
--teal-900: #0A4835;
--teal-950: #062D21;
}