Teal
#1B9198
CyanColor Codes
All color formats for development
HEX
#1B9198RGB
rgb(27, 145, 152)HSL
hsl(183, 70%, 35%)OKLCH
oklch(0.6 0.096 201.2)CMYK
cmyk(82%, 5%, 0%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#188389
2#157479
3#13666A
4#10575B
5#0D494C
6#0B3A3D
7#082C2E
8#051D1E
9#030F0F
Tints
Lighter variations
1#20ACB4
2#25C8D0
3#3AD4DC
4#56DAE1
5#72E0E6
6#8EE6EB
7#AAEDF0
8#C7F3F5
9#E3F9FA
Tones
Muted variations
1#218C91
2#27868B
3#2E8185
4#347B7F
5#3A7578
6#407072
7#476A6C
8#4D6466
9#535F5F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F8 #E1F8FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F3 #C7F3F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BE9 #9BE9ED | BordersInactive statesPlaceholder text |
| 400 | 67DE #67DEE4 | Disabled statesSecondary iconsMuted text |
| 500 | 3CD5 #3CD5DD | Primary brand colorCTAsActive elementsLinks |
| 600 | 22B7 #22B7BF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B91 #1B9198 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1368 #13686C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C43 #0C4345 | Primary textHigh emphasis contentDark headings |
| 950 | 082A #082A2B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FCFD;
--teal-100: #E1F8FA;
--teal-200: #C7F3F5;
--teal-300: #9BE9ED;
--teal-400: #67DEE4;
--teal-500: #3CD5DD;
--teal-600: #22B7BF;
--teal-700: #1B9198;
--teal-800: #13686C;
--teal-900: #0C4345;
--teal-950: #082A2B;
}