Teal
#1B9898
CyanColor Codes
All color formats for development
HEX
#1B9898RGB
rgb(27, 152, 152)HSL
hsl(180, 70%, 35%)OKLCH
oklch(0.618 0.1 194.9)CMYK
cmyk(82%, 0%, 0%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#188989
2#157979
3#136A6A
4#105B5B
5#0D4C4C
6#0B3D3D
7#082E2E
8#051E1E
9#030F0F
Tints
Lighter variations
1#20B4B4
2#25D0D0
3#3ADCDC
4#56E1E1
5#72E6E6
6#8EEBEB
7#AAF0F0
8#C7F5F5
9#E3FAFA
Tones
Muted variations
1#219191
2#278B8B
3#2E8585
4#347F7F
5#3A7878
6#407272
7#476C6C
8#4D6666
9#535F5F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1FA #E1FAFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F5 #C7F5F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BED #9BEDED | BordersInactive statesPlaceholder text |
| 400 | 67E4 #67E4E4 | Disabled statesSecondary iconsMuted text |
| 500 | 3CDD #3CDDDD | Primary brand colorCTAsActive elementsLinks |
| 600 | 22BF #22BFBF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B98 #1B9898 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 136C #136C6C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C45 #0C4545 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B2B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FDFD;
--teal-100: #E1FAFA;
--teal-200: #C7F5F5;
--teal-300: #9BEDED;
--teal-400: #67E4E4;
--teal-500: #3CDDDD;
--teal-600: #22BFBF;
--teal-700: #1B9898;
--teal-800: #136C6C;
--teal-900: #0C4545;
--teal-950: #082B2B;
}