Teal
#149F7A
GreenColor Codes
All color formats for development
HEX
#149F7ARGB
rgb(20, 159, 122)HSL
hsl(164, 78%, 35%)OKLCH
oklch(0.626 0.122 168.3)CMYK
cmyk(87%, 0%, 23%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#128F6E
2#107F61
3#0E6F55
4#0C5F49
5#0A4F3D
6#084031
7#063025
8#042018
9#02100C
Tints
Lighter variations
1#17BC90
2#1BDAA7
3#30E5B5
4#4EE9C0
5#6BEDCA
6#89F0D5
7#A6F4DF
8#C4F8EA
9#E1FBF4
Tones
Muted variations
1#1B9876
2#229173
3#298A70
4#2F836D
5#367C69
6#3D7566
7#446E63
8#4B6760
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 | C4F8 #C4F8EA | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2DA | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EBC6 | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E6B6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C899 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F7A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E7157 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094938 | 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: #C4F8EA;
--teal-300: #97F2DA;
--teal-400: #60EBC6;
--teal-500: #33E6B6;
--teal-600: #19C899;
--teal-700: #149F7A;
--teal-800: #0E7157;
--teal-900: #094938;
--teal-950: #062D23;
}