Teal
#1C9797
CyanColor Codes
All color formats for development
HEX
#1C9797RGB
rgb(28, 151, 151)HSL
hsl(180, 69%, 35%)OKLCH
oklch(0.615 0.099 194.9)CMYK
cmyk(81%, 0%, 0%, 41%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#198888
2#167979
3#136A6A
4#115A5A
5#0E4B4B
6#0B3C3C
7#082D2D
8#061E1E
9#030F0F
Tints
Lighter variations
1#21B3B3
2#26CFCF
3#3BDBDB
4#57E0E0
5#73E5E5
6#8FEAEA
7#ABF0F0
8#C7F5F5
9#E3FAFA
Tones
Muted variations
1#229191
2#288B8B
3#2E8484
4#347E7E
5#3A7878
6#417272
7#476C6C
8#4D6666
9#535F5F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F5 #C7F5F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CED #9CEDED | BordersInactive statesPlaceholder text |
| 400 | 68E3 #68E3E3 | Disabled statesSecondary iconsMuted text |
| 500 | 3DDB #3DDBDB | Primary brand colorCTAsActive elementsLinks |
| 600 | 23BE #23BEBE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C97 #1C9797 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146C #146C6C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D4545 | 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: #F2FDFD;
--teal-100: #E1F9F9;
--teal-200: #C7F5F5;
--teal-300: #9CEDED;
--teal-400: #68E3E3;
--teal-500: #3DDBDB;
--teal-600: #23BEBE;
--teal-700: #1C9797;
--teal-800: #146C6C;
--teal-900: #0D4545;
--teal-950: #082B2B;
}