Teal
#149F73
GreenColor Codes
All color formats for development
HEX
#149F73RGB
rgb(20, 159, 115)HSL
hsl(161, 78%, 35%)OKLCH
oklch(0.624 0.128 164.5)CMYK
cmyk(87%, 0%, 28%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#128F67
2#107F5C
3#0E6F50
4#0C5F45
5#0A4F39
6#08402E
7#063022
8#042017
9#02100B
Tints
Lighter variations
1#17BC88
2#1BDA9D
3#30E5AC
4#4EE9B8
5#6BEDC4
6#89F0D0
7#A6F4DB
8#C4F8E7
9#E1FBF3
Tones
Muted variations
1#1B9870
2#22916E
3#298A6B
4#2F8369
5#367C66
6#3D7563
7#446E61
8#4B675E
9#52605C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2D5 | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EBBF | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E6AD | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C890 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F73 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E7152 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094934 | 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: #F1FDFA;
--teal-100: #DFFBF2;
--teal-200: #C4F8E7;
--teal-300: #97F2D5;
--teal-400: #60EBBF;
--teal-500: #33E6AD;
--teal-600: #19C890;
--teal-700: #149F73;
--teal-800: #0E7152;
--teal-900: #094934;
--teal-950: #062D21;
}