Teal
#1C9597
CyanColor Codes
All color formats for development
HEX
#1C9597RGB
rgb(28, 149, 151)HSL
hsl(181, 69%, 35%)OKLCH
oklch(0.61 0.098 196.7)CMYK
cmyk(81%, 1%, 0%, 41%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#198688
2#167779
3#13686A
4#11595A
5#0E4A4B
6#0B3C3C
7#082D2D
8#061E1E
9#030F0F
Tints
Lighter variations
1#21B0B3
2#26CCCF
3#3BD8DB
4#57DEE0
5#73E3E5
6#8FE9EA
7#ABEEF0
8#C7F4F5
9#E3F9FA
Tones
Muted variations
1#228F91
2#28898B
3#2E8384
4#347D7E
5#3A7778
6#417172
7#476B6C
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 | C7F4 #C7F4F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CEB #9CEBED | BordersInactive statesPlaceholder text |
| 400 | 68E1 #68E1E3 | Disabled statesSecondary iconsMuted text |
| 500 | 3DD9 #3DD9DB | Primary brand colorCTAsActive elementsLinks |
| 600 | 23BB #23BBBE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C95 #1C9597 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146A #146A6C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D44 #0D4445 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B2B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FCFD;
--teal-100: #E1F9F9;
--teal-200: #C7F4F5;
--teal-300: #9CEBED;
--teal-400: #68E1E3;
--teal-500: #3DD9DB;
--teal-600: #23BBBE;
--teal-700: #1C9597;
--teal-800: #146A6C;
--teal-900: #0D4445;
--teal-950: #082B2B;
}