Teal
#1C8B97
CyanColor Codes
All color formats for development
HEX
#1C8B97RGB
rgb(28, 139, 151)HSL
hsl(186, 69%, 35%)OKLCH
oklch(0.584 0.094 206.3)CMYK
cmyk(81%, 8%, 0%, 41%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#197D88
2#166F79
3#13616A
4#11535A
5#0E454B
6#0B373C
7#082A2D
8#061C1E
9#030E0F
Tints
Lighter variations
1#21A4B3
2#26BECF
3#3BCBDB
4#57D2E0
5#73DAE5
6#8FE1EA
7#ABE9F0
8#C7F0F5
9#E3F8FA
Tones
Muted variations
1#228691
2#28818B
3#2E7C84
4#34777E
5#3A7278
6#416D72
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 #E1F7F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F0 #C7F0F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CE5 #9CE5ED | BordersInactive statesPlaceholder text |
| 400 | 68D7 #68D7E3 | Disabled statesSecondary iconsMuted text |
| 500 | 3DCC #3DCCDB | Primary brand colorCTAsActive elementsLinks |
| 600 | 23AE #23AEBE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C8B #1C8B97 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1463 #14636C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D3F #0D3F45 | 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: #E1F7F9;
--teal-200: #C7F0F5;
--teal-300: #9CE5ED;
--teal-400: #68D7E3;
--teal-500: #3DCCDB;
--teal-600: #23AEBE;
--teal-700: #1C8B97;
--teal-800: #14636C;
--teal-900: #0D3F45;
--teal-950: #08282B;
}