Teal
#1B9881
CyanColor Codes
All color formats for development
HEX
#1B9881RGB
rgb(27, 152, 129)HSL
hsl(169, 70%, 35%)OKLCH
oklch(0.61 0.108 176.2)CMYK
cmyk(82%, 0%, 15%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#188974
2#157967
3#136A5A
4#105B4D
5#0D4C40
6#0B3D34
7#082E27
8#051E1A
9#030F0D
Tints
Lighter variations
1#20B499
2#25D0B1
3#3ADCBE
4#56E1C8
5#72E6D1
6#8EEBDA
7#AAF0E3
8#C7F5ED
9#E3FAF6
Tones
Muted variations
1#21917D
2#278B79
3#2E8575
4#347F71
5#3A786D
6#407269
7#476C65
8#4D6661
9#535F5D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1FA #E1FAF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F5 #C7F5ED | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BED #9BEDDE | BordersInactive statesPlaceholder text |
| 400 | 67E4 #67E4CD | Disabled statesSecondary iconsMuted text |
| 500 | 3CDD #3CDDBF | Primary brand colorCTAsActive elementsLinks |
| 600 | 22BF #22BFA2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B98 #1B9881 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 136C #136C5C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C45 #0C453B | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B25 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FDFB;
--teal-100: #E1FAF5;
--teal-200: #C7F5ED;
--teal-300: #9BEDDE;
--teal-400: #67E4CD;
--teal-500: #3CDDBF;
--teal-600: #22BFA2;
--teal-700: #1B9881;
--teal-800: #136C5C;
--teal-900: #0C453B;
--teal-950: #082B25;
}