Teal
#149F70
GreenColor Codes
All color formats for development
HEX
#149F70RGB
rgb(20, 159, 112)HSL
hsl(160, 78%, 35%)OKLCH
oklch(0.623 0.131 163)CMYK
cmyk(87%, 0%, 30%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#128F65
2#107F5A
3#0E6F4F
4#0C5F43
5#0A4F38
6#08402D
7#063022
8#042016
9#02100B
Tints
Lighter variations
1#17BC85
2#1BDA9A
3#30E5A9
4#4EE9B5
5#6BEDC2
6#89F0CE
7#A6F4DA
8#C4F8E6
9#E1FBF3
Tones
Muted variations
1#1B986E
2#22916C
3#298A69
4#2F8367
5#367C65
6#3D7563
7#446E60
8#4B675E
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 | C4F8 #C4F8E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2D4 | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EBBD | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E6AA | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C88D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F70 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E7150 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094933 | 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: #C4F8E6;
--teal-300: #97F2D4;
--teal-400: #60EBBD;
--teal-500: #33E6AA;
--teal-600: #19C88D;
--teal-700: #149F70;
--teal-800: #0E7150;
--teal-900: #094933;
--teal-950: #062D20;
}