Teal
#159E79
GreenColor Codes
All color formats for development
HEX
#159E79RGB
rgb(21, 158, 121)HSL
hsl(164, 77%, 35%)OKLCH
oklch(0.623 0.122 168.1)CMYK
cmyk(87%, 0%, 23%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#128E6D
2#107E61
3#0E6F55
4#0C5F49
5#0A4F3D
6#083F31
7#062F24
8#042018
9#02100C
Tints
Lighter variations
1#18BB90
2#1CD9A6
3#32E4B5
4#4FE8BF
5#6CECCA
6#8AF0D5
7#A7F4DF
8#C4F7EA
9#E2FBF4
Tones
Muted variations
1#1B9776
2#229073
3#298970
4#30826C
5#377C69
6#3E7566
7#456E63
8#4C6760
9#52605C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F7 #C4F7EA | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2D9 | BordersInactive statesPlaceholder text |
| 400 | 61EA #61EAC6 | Disabled statesSecondary iconsMuted text |
| 500 | 34E5 #34E5B5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1AC7 #1AC799 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159E #159E79 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F71 #0F7157 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0948 #094837 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D23 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FDFA;
--teal-100: #DFFBF4;
--teal-200: #C4F7EA;
--teal-300: #97F2D9;
--teal-400: #61EAC6;
--teal-500: #34E5B5;
--teal-600: #1AC799;
--teal-700: #159E79;
--teal-800: #0F7157;
--teal-900: #094837;
--teal-950: #062D23;
}