Teal
#1B9698
CyanColor Codes
All color formats for development
HEX
#1B9698RGB
rgb(27, 150, 152)HSL
hsl(181, 70%, 35%)OKLCH
oklch(0.613 0.099 196.6)CMYK
cmyk(82%, 1%, 0%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#188789
2#157879
3#13696A
4#105A5B
5#0D4B4C
6#0B3C3D
7#082D2E
8#051E1E
9#030F0F
Tints
Lighter variations
1#20B1B4
2#25CDD0
3#3AD9DC
4#56DFE1
5#72E4E6
6#8EEAEB
7#AAEFF0
8#C7F4F5
9#E3FAFA
Tones
Muted variations
1#219091
2#278A8B
3#2E8485
4#347D7F
5#3A7778
6#407172
7#476B6C
8#4D6566
9#535F5F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F4 #C7F4F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BEC #9BECED | BordersInactive statesPlaceholder text |
| 400 | 67E2 #67E2E4 | Disabled statesSecondary iconsMuted text |
| 500 | 3CDA #3CDADD | Primary brand colorCTAsActive elementsLinks |
| 600 | 22BC #22BCBF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B96 #1B9698 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 136B #136B6C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C44 #0C4445 | 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: #E1F9FA;
--teal-200: #C7F4F5;
--teal-300: #9BECED;
--teal-400: #67E2E4;
--teal-500: #3CDADD;
--teal-600: #22BCBF;
--teal-700: #1B9698;
--teal-800: #136B6C;
--teal-900: #0C4445;
--teal-950: #082B2B;
}