Teal
#159D70
GreenColor Codes
All color formats for development
HEX
#159D70RGB
rgb(21, 157, 112)HSL
hsl(160, 76%, 35%)OKLCH
oklch(0.618 0.128 163.7)CMYK
cmyk(87%, 0%, 29%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#138D65
2#117E59
3#0F6E4E
4#0D5E43
5#0B4F38
6#093F2D
7#062F22
8#041F16
9#02100B
Tints
Lighter variations
1#19BA85
2#1DD799
3#33E3A8
4#50E7B5
5#6DEBC1
6#8AEFCD
7#A7F3DA
8#C5F7E6
9#E2FBF3
Tones
Muted variations
1#1C966E
2#23906B
3#2A8969
4#318267
5#377B65
6#3E7462
7#456E60
8#4C675E
9#52605C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FB #E0FBF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F1 #98F1D3 | BordersInactive statesPlaceholder text |
| 400 | 62EA #62EABC | Disabled statesSecondary iconsMuted text |
| 500 | 35E3 #35E3A9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BC5 #1BC58D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159D #159D70 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F70 #0F7050 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A48 #0A4833 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D20 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FDF9;
--teal-100: #E0FBF2;
--teal-200: #C5F7E6;
--teal-300: #98F1D3;
--teal-400: #62EABC;
--teal-500: #35E3A9;
--teal-600: #1BC58D;
--teal-700: #159D70;
--teal-800: #0F7050;
--teal-900: #0A4833;
--teal-950: #062D20;
}