Teal
#1C978D
CyanColor Codes
All color formats for development
HEX
#1C978DRGB
rgb(28, 151, 141)HSL
hsl(175, 69%, 35%)OKLCH
oklch(0.612 0.101 186.3)CMYK
cmyk(81%, 0%, 7%, 41%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#19887F
2#167970
3#136A62
4#115A54
5#0E4B46
6#0B3C38
7#082D2A
8#061E1C
9#030F0E
Tints
Lighter variations
1#21B3A7
2#26CFC1
3#3BDBCE
4#57E0D5
5#73E5DC
6#8FEAE3
7#ABF0EA
8#C7F5F1
9#E3FAF8
Tones
Muted variations
1#229187
2#288B82
3#2E847D
4#347E78
5#3A7873
6#41726E
7#476C69
8#4D6664
9#535F5E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F5 #C7F5F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CED #9CEDE6 | BordersInactive statesPlaceholder text |
| 400 | 68E3 #68E3D9 | Disabled statesSecondary iconsMuted text |
| 500 | 3DDB #3DDBCE | Primary brand colorCTAsActive elementsLinks |
| 600 | 23BE #23BEB1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C97 #1C978D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146C #146C64 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D4540 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B28 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FDFC;
--teal-100: #E1F9F7;
--teal-200: #C7F5F1;
--teal-300: #9CEDE6;
--teal-400: #68E3D9;
--teal-500: #3DDBCE;
--teal-600: #23BEB1;
--teal-700: #1C978D;
--teal-800: #146C64;
--teal-900: #0D4540;
--teal-950: #082B28;
}