Teal
#1B988B
CyanColor Codes
All color formats for development
HEX
#1B988BRGB
rgb(27, 152, 139)HSL
hsl(174, 70%, 35%)OKLCH
oklch(0.613 0.103 183.9)CMYK
cmyk(82%, 0%, 9%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#18897D
2#15796F
3#136A61
4#105B54
5#0D4C46
6#0B3D38
7#082E2A
8#051E1C
9#030F0E
Tints
Lighter variations
1#20B4A5
2#25D0BF
3#3ADCCC
4#56E1D3
5#72E6DB
6#8EEBE2
7#AAF0E9
8#C7F5F0
9#E3FAF8
Tones
Muted variations
1#219186
2#278B81
3#2E857C
4#347F77
5#3A7872
6#40726D
7#476C68
8#4D6663
9#535F5E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1FA #E1FAF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F5 #C7F5F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BED #9BEDE5 | BordersInactive statesPlaceholder text |
| 400 | 67E4 #67E4D8 | Disabled statesSecondary iconsMuted text |
| 500 | 3CDD #3CDDCD | Primary brand colorCTAsActive elementsLinks |
| 600 | 22BF #22BFAF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B98 #1B988B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 136C #136C63 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C45 #0C4540 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B28 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FDFC;
--teal-100: #E1FAF7;
--teal-200: #C7F5F0;
--teal-300: #9BEDE5;
--teal-400: #67E4D8;
--teal-500: #3CDDCD;
--teal-600: #22BFAF;
--teal-700: #1B988B;
--teal-800: #136C63;
--teal-900: #0C4540;
--teal-950: #082B28;
}