Teal
#1B9885
CyanColor Codes
All color formats for development
HEX
#1B9885RGB
rgb(27, 152, 133)HSL
hsl(171, 70%, 35%)OKLCH
oklch(0.611 0.106 179.2)CMYK
cmyk(82%, 0%, 12%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#188978
2#15796A
3#136A5D
4#105B50
5#0D4C42
6#0B3D35
7#082E28
8#051E1B
9#030F0D
Tints
Lighter variations
1#20B49E
2#25D0B6
3#3ADCC4
4#56E1CC
5#72E6D5
6#8EEBDD
7#AAF0E6
8#C7F5EE
9#E3FAF7
Tones
Muted variations
1#219181
2#278B7C
3#2E8578
4#347F73
5#3A786F
6#40726B
7#476C66
8#4D6662
9#535F5E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1FA #E1FAF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F5 #C7F5EE | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BED #9BEDE1 | BordersInactive statesPlaceholder text |
| 400 | 67E4 #67E4D1 | Disabled statesSecondary iconsMuted text |
| 500 | 3CDD #3CDDC4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 22BF #22BFA7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B98 #1B9885 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 136C #136C5F | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C45 #0C453D | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B26 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FDFB;
--teal-100: #E1FAF6;
--teal-200: #C7F5EE;
--teal-300: #9BEDE1;
--teal-400: #67E4D1;
--teal-500: #3CDDC4;
--teal-600: #22BFA7;
--teal-700: #1B9885;
--teal-800: #136C5F;
--teal-900: #0C453D;
--teal-950: #082B26;
}