Teal
#1B9876
GreenColor Codes
All color formats for development
HEX
#1B9876RGB
rgb(27, 152, 118)HSL
hsl(164, 70%, 35%)OKLCH
oklch(0.607 0.115 168.8)CMYK
cmyk(82%, 0%, 22%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#18896B
2#15795F
3#136A53
4#105B47
5#0D4C3B
6#0B3D2F
7#082E24
8#051E18
9#030F0C
Tints
Lighter variations
1#20B48C
2#25D0A2
3#3ADCB1
4#56E1BC
5#72E6C7
6#8EEBD2
7#AAF0DE
8#C7F5E9
9#E3FAF4
Tones
Muted variations
1#219173
2#278B71
3#2E856E
4#347F6B
5#3A7868
6#407265
7#476C62
8#4D665F
9#535F5C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1FA #E1FAF3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F5 #C7F5E9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BED #9BEDD8 | BordersInactive statesPlaceholder text |
| 400 | 67E4 #67E4C3 | Disabled statesSecondary iconsMuted text |
| 500 | 3CDD #3CDDB2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 22BF #22BF95 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B98 #1B9876 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 136C #136C55 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C45 #0C4536 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B22 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FDFA;
--teal-100: #E1FAF3;
--teal-200: #C7F5E9;
--teal-300: #9BEDD8;
--teal-400: #67E4C3;
--teal-500: #3CDDB2;
--teal-600: #22BF95;
--teal-700: #1B9876;
--teal-800: #136C55;
--teal-900: #0C4536;
--teal-950: #082B22;
}