Teal
#1C9397
CyanColor Codes
All color formats for development
HEX
#1C9397RGB
rgb(28, 147, 151)HSL
hsl(182, 69%, 35%)OKLCH
oklch(0.605 0.097 198.5)CMYK
cmyk(81%, 3%, 0%, 41%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#198488
2#167579
3#13676A
4#11585A
5#0E494B
6#0B3B3C
7#082C2D
8#061D1E
9#030F0F
Tints
Lighter variations
1#21AEB3
2#26C9CF
3#3BD6DB
4#57DCE0
5#73E1E5
6#8FE7EA
7#ABEDF0
8#C7F3F5
9#E3F9FA
Tones
Muted variations
1#228D91
2#28878B
3#2E8184
4#347C7E
5#3A7678
6#417072
7#476A6C
8#4D6566
9#535F5F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F3 #C7F3F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CEA #9CEAED | BordersInactive statesPlaceholder text |
| 400 | 68DF #68DFE3 | Disabled statesSecondary iconsMuted text |
| 500 | 3DD6 #3DD6DB | Primary brand colorCTAsActive elementsLinks |
| 600 | 23B8 #23B8BE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C93 #1C9397 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1469 #14696C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D43 #0D4345 | Primary textHigh emphasis contentDark headings |
| 950 | 082A #082A2B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FCFD;
--teal-100: #E1F9F9;
--teal-200: #C7F3F5;
--teal-300: #9CEAED;
--teal-400: #68DFE3;
--teal-500: #3DD6DB;
--teal-600: #23B8BE;
--teal-700: #1C9397;
--teal-800: #14696C;
--teal-900: #0D4345;
--teal-950: #082A2B;
}