Teal
#1B9887
CyanColor Codes
All color formats for development
HEX
#1B9887RGB
rgb(27, 152, 135)HSL
hsl(172, 70%, 35%)OKLCH
oklch(0.612 0.105 180.7)CMYK
cmyk(82%, 0%, 11%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#18897A
2#15796C
3#136A5F
4#105B51
5#0D4C44
6#0B3D36
7#082E29
8#051E1B
9#030F0E
Tints
Lighter variations
1#20B4A0
2#25D0B9
3#3ADCC7
4#56E1CF
5#72E6D7
6#8EEBDF
7#AAF0E7
8#C7F5EF
9#E3FAF7
Tones
Muted variations
1#219182
2#278B7E
3#2E8579
4#347F75
5#3A7870
6#40726C
7#476C67
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 #C7F5EF | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BED #9BEDE2 | BordersInactive statesPlaceholder text |
| 400 | 67E4 #67E4D4 | Disabled statesSecondary iconsMuted text |
| 500 | 3CDD #3CDDC7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 22BF #22BFAA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B98 #1B9887 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 136C #136C60 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C45 #0C453E | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B27 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FDFB;
--teal-100: #E1FAF6;
--teal-200: #C7F5EF;
--teal-300: #9BEDE2;
--teal-400: #67E4D4;
--teal-500: #3CDDC7;
--teal-600: #22BFAA;
--teal-700: #1B9887;
--teal-800: #136C60;
--teal-900: #0C453E;
--teal-950: #082B27;
}