Teal
#1B9883
CyanColor Codes
All color formats for development
HEX
#1B9883RGB
rgb(27, 152, 131)HSL
hsl(170, 70%, 35%)OKLCH
oklch(0.611 0.107 177.7)CMYK
cmyk(82%, 0%, 14%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#188976
2#157969
3#136A5C
4#105B4F
5#0D4C41
6#0B3D34
7#082E27
8#051E1A
9#030F0D
Tints
Lighter variations
1#20B49B
2#25D0B4
3#3ADCC1
4#56E1CA
5#72E6D3
6#8EEBDC
7#AAF0E4
8#C7F5ED
9#E3FAF6
Tones
Muted variations
1#21917F
2#278B7B
3#2E8576
4#347F72
5#3A786E
6#40726A
7#476C66
8#4D6662
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 #9BEDE0 | BordersInactive statesPlaceholder text |
| 400 | 67E4 #67E4CF | Disabled statesSecondary iconsMuted text |
| 500 | 3CDD #3CDDC2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 22BF #22BFA5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B98 #1B9883 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 136C #136C5E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C45 #0C453C | 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: #9BEDE0;
--teal-400: #67E4CF;
--teal-500: #3CDDC2;
--teal-600: #22BFA5;
--teal-700: #1B9883;
--teal-800: #136C5E;
--teal-900: #0C453C;
--teal-950: #082B25;
}