Teal
#1B8B98
CyanColor Codes
All color formats for development
HEX
#1B8B98RGB
rgb(27, 139, 152)HSL
hsl(186, 70%, 35%)OKLCH
oklch(0.584 0.094 207.1)CMYK
cmyk(82%, 9%, 0%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#187D89
2#156F79
3#13616A
4#10545B
5#0D464C
6#0B383D
7#082A2E
8#051C1E
9#030E0F
Tints
Lighter variations
1#20A5B4
2#25BFD0
3#3ACCDC
4#56D3E1
5#72DBE6
6#8EE2EB
7#AAE9F0
8#C7F0F5
9#E3F8FA
Tones
Muted variations
1#218691
2#27818B
3#2E7C85
4#34777F
5#3A7278
6#406D72
7#47686C
8#4D6366
9#535E5F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F7 #E1F7FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F0 #C7F0F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BE5 #9BE5ED | BordersInactive statesPlaceholder text |
| 400 | 67D8 #67D8E4 | Disabled statesSecondary iconsMuted text |
| 500 | 3CCD #3CCDDD | Primary brand colorCTAsActive elementsLinks |
| 600 | 22AF #22AFBF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B8B #1B8B98 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1363 #13636C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C40 #0C4045 | Primary textHigh emphasis contentDark headings |
| 950 | 0828 #08282B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FCFD;
--teal-100: #E1F7FA;
--teal-200: #C7F0F5;
--teal-300: #9BE5ED;
--teal-400: #67D8E4;
--teal-500: #3CCDDD;
--teal-600: #22AFBF;
--teal-700: #1B8B98;
--teal-800: #13636C;
--teal-900: #0C4045;
--teal-950: #08282B;
}