Teal
#1B987D
CyanColor Codes
All color formats for development
HEX
#1B987DRGB
rgb(27, 152, 125)HSL
hsl(167, 70%, 35%)OKLCH
oklch(0.609 0.111 173.4)CMYK
cmyk(82%, 0%, 18%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#188970
2#157964
3#136A57
4#105B4B
5#0D4C3E
6#0B3D32
7#082E25
8#051E19
9#030F0C
Tints
Lighter variations
1#20B494
2#25D0AB
3#3ADCB9
4#56E1C3
5#72E6CD
6#8EEBD7
7#AAF0E1
8#C7F5EB
9#E3FAF5
Tones
Muted variations
1#219179
2#278B76
3#2E8572
4#347F6E
5#3A786B
6#407267
7#476C64
8#4D6660
9#535F5D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1FA #E1FAF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F5 #C7F5EB | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BED #9BEDDC | BordersInactive statesPlaceholder text |
| 400 | 67E4 #67E4C9 | Disabled statesSecondary iconsMuted text |
| 500 | 3CDD #3CDDBA | Primary brand colorCTAsActive elementsLinks |
| 600 | 22BF #22BF9D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B98 #1B987D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 136C #136C59 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C45 #0C4539 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B24 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FDFA;
--teal-100: #E1FAF4;
--teal-200: #C7F5EB;
--teal-300: #9BEDDC;
--teal-400: #67E4C9;
--teal-500: #3CDDBA;
--teal-600: #22BF9D;
--teal-700: #1B987D;
--teal-800: #136C59;
--teal-900: #0C4539;
--teal-950: #082B24;
}