Teal
#1C8D97
CyanColor Codes
All color formats for development
HEX
#1C8D97RGB
rgb(28, 141, 151)HSL
hsl(185, 69%, 35%)OKLCH
oklch(0.589 0.094 204.2)CMYK
cmyk(81%, 7%, 0%, 41%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#197F88
2#167079
3#13626A
4#11545A
5#0E464B
6#0B383C
7#082A2D
8#061C1E
9#030E0F
Tints
Lighter variations
1#21A7B3
2#26C1CF
3#3BCEDB
4#57D5E0
5#73DCE5
6#8FE3EA
7#ABEAF0
8#C7F1F5
9#E3F8FA
Tones
Muted variations
1#228791
2#28828B
3#2E7D84
4#34787E
5#3A7378
6#416E72
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 | E1F7 #E1F7F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F1 #C7F1F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CE6 #9CE6ED | BordersInactive statesPlaceholder text |
| 400 | 68D9 #68D9E3 | Disabled statesSecondary iconsMuted text |
| 500 | 3DCE #3DCEDB | Primary brand colorCTAsActive elementsLinks |
| 600 | 23B1 #23B1BE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C8D #1C8D97 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1464 #14646C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D40 #0D4045 | 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: #C7F1F5;
--teal-300: #9CE6ED;
--teal-400: #68D9E3;
--teal-500: #3DCEDB;
--teal-600: #23B1BE;
--teal-700: #1C8D97;
--teal-800: #14646C;
--teal-900: #0D4045;
--teal-950: #08282B;
}