Teal
#1B8D98
CyanColor Codes
All color formats for development
HEX
#1B8D98RGB
rgb(27, 141, 152)HSL
hsl(185, 70%, 35%)OKLCH
oklch(0.59 0.095 205.1)CMYK
cmyk(82%, 7%, 0%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#187F89
2#157179
3#13636A
4#10555B
5#0D474C
6#0B393D
7#082A2E
8#051C1E
9#030E0F
Tints
Lighter variations
1#20A8B4
2#25C2D0
3#3ACFDC
4#56D6E1
5#72DCE6
6#8EE3EB
7#AAEAF0
8#C7F1F5
9#E3F8FA
Tones
Muted variations
1#218891
2#27838B
3#2E7E85
4#34787F
5#3A7378
6#406E72
7#47696C
8#4D6466
9#535E5F
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 | C7F1 #C7F1F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BE7 #9BE7ED | BordersInactive statesPlaceholder text |
| 400 | 67DA #67DAE4 | Disabled statesSecondary iconsMuted text |
| 500 | 3CCF #3CCFDD | Primary brand colorCTAsActive elementsLinks |
| 600 | 22B2 #22B2BF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B8D #1B8D98 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1365 #13656C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C41 #0C4145 | 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: #E1F8FA;
--teal-200: #C7F1F5;
--teal-300: #9BE7ED;
--teal-400: #67DAE4;
--teal-500: #3CCFDD;
--teal-600: #22B2BF;
--teal-700: #1B8D98;
--teal-800: #13656C;
--teal-900: #0C4145;
--teal-950: #08282B;
}