Teal
#159E70
GreenColor Codes
All color formats for development
HEX
#159E70RGB
rgb(21, 158, 112)HSL
hsl(160, 77%, 35%)OKLCH
oklch(0.621 0.129 163.3)CMYK
cmyk(87%, 0%, 29%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#128E65
2#107E5A
3#0E6F4F
4#0C5F43
5#0A4F38
6#083F2D
7#062F22
8#042016
9#02100B
Tints
Lighter variations
1#18BB85
2#1CD99A
3#32E4A9
4#4FE8B5
5#6CECC1
6#8AF0CE
7#A7F4DA
8#C4F7E6
9#E2FBF3
Tones
Muted variations
1#1B976E
2#22906C
3#298969
4#308267
5#377C65
6#3E7562
7#456E60
8#4C675E
9#52605C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F7 #C4F7E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2D3 | BordersInactive statesPlaceholder text |
| 400 | 61EA #61EABD | Disabled statesSecondary iconsMuted text |
| 500 | 34E5 #34E5AA | Primary brand colorCTAsActive elementsLinks |
| 600 | 1AC7 #1AC78D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159E #159E70 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F71 #0F7150 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0948 #094833 | 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: #F1FDF9;
--teal-100: #DFFBF2;
--teal-200: #C4F7E6;
--teal-300: #97F2D3;
--teal-400: #61EABD;
--teal-500: #34E5AA;
--teal-600: #1AC78D;
--teal-700: #159E70;
--teal-800: #0F7150;
--teal-900: #094833;
--teal-950: #062D20;
}