Teal
#1B8F98
CyanColor Codes
All color formats for development
HEX
#1B8F98RGB
rgb(27, 143, 152)HSL
hsl(184, 70%, 35%)OKLCH
oklch(0.595 0.096 203.2)CMYK
cmyk(82%, 6%, 0%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#188189
2#157379
3#13646A
4#10565B
5#0D484C
6#0B393D
7#082B2E
8#051D1E
9#030E0F
Tints
Lighter variations
1#20AAB4
2#25C5D0
3#3AD1DC
4#56D8E1
5#72DEE6
6#8EE5EB
7#AAEBF0
8#C7F2F5
9#E3F8FA
Tones
Muted variations
1#218A91
2#27858B
3#2E7F85
4#347A7F
5#3A7478
6#406F72
7#47696C
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 | C7F2 #C7F2F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BE8 #9BE8ED | BordersInactive statesPlaceholder text |
| 400 | 67DC #67DCE4 | Disabled statesSecondary iconsMuted text |
| 500 | 3CD2 #3CD2DD | Primary brand colorCTAsActive elementsLinks |
| 600 | 22B4 #22B4BF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B8F #1B8F98 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1366 #13666C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C42 #0C4245 | Primary textHigh emphasis contentDark headings |
| 950 | 0829 #08292B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FCFD;
--teal-100: #E1F8FA;
--teal-200: #C7F2F5;
--teal-300: #9BE8ED;
--teal-400: #67DCE4;
--teal-500: #3CD2DD;
--teal-600: #22B4BF;
--teal-700: #1B8F98;
--teal-800: #13666C;
--teal-900: #0C4245;
--teal-950: #08292B;
}