Teal
#1C9197
CyanColor Codes
All color formats for development
HEX
#1C9197RGB
rgb(28, 145, 151)HSL
hsl(183, 69%, 35%)OKLCH
oklch(0.6 0.096 200.4)CMYK
cmyk(81%, 4%, 0%, 41%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#198288
2#167479
3#13656A
4#11575A
5#0E484B
6#0B3A3C
7#082B2D
8#061D1E
9#030E0F
Tints
Lighter variations
1#21ACB3
2#26C6CF
3#3BD3DB
4#57D9E0
5#73E0E5
6#8FE6EA
7#ABECF0
8#C7F2F5
9#E3F9FA
Tones
Muted variations
1#228B91
2#28868B
3#2E8084
4#347B7E
5#3A7578
6#416F72
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 #E1F8F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F2 #C7F2F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CE9 #9CE9ED | BordersInactive statesPlaceholder text |
| 400 | 68DD #68DDE3 | Disabled statesSecondary iconsMuted text |
| 500 | 3DD4 #3DD4DB | Primary brand colorCTAsActive elementsLinks |
| 600 | 23B6 #23B6BE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C91 #1C9197 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1467 #14676C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D42 #0D4245 | 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: #E1F8F9;
--teal-200: #C7F2F5;
--teal-300: #9CE9ED;
--teal-400: #68DDE3;
--teal-500: #3DD4DB;
--teal-600: #23B6BE;
--teal-700: #1C9197;
--teal-800: #14676C;
--teal-900: #0D4245;
--teal-950: #08292B;
}