Teal
#1C978B
CyanColor Codes
All color formats for development
HEX
#1C978BRGB
rgb(28, 151, 139)HSL
hsl(174, 69%, 35%)OKLCH
oklch(0.611 0.102 184.6)CMYK
cmyk(81%, 0%, 8%, 41%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#19887D
2#16796F
3#136A61
4#115A53
5#0E4B45
6#0B3C37
7#082D2A
8#061E1C
9#030F0E
Tints
Lighter variations
1#21B3A4
2#26CFBE
3#3BDBCB
4#57E0D2
5#73E5DA
6#8FEAE1
7#ABF0E9
8#C7F5F0
9#E3FAF8
Tones
Muted variations
1#229186
2#288B81
3#2E847C
4#347E77
5#3A7872
6#41726D
7#476C68
8#4D6663
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 #C7F5F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CED #9CEDE5 | BordersInactive statesPlaceholder text |
| 400 | 68E3 #68E3D7 | Disabled statesSecondary iconsMuted text |
| 500 | 3DDB #3DDBCC | Primary brand colorCTAsActive elementsLinks |
| 600 | 23BE #23BEAE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C97 #1C978B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146C #146C63 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D453F | 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: #C7F5F0;
--teal-300: #9CEDE5;
--teal-400: #68E3D7;
--teal-500: #3DDBCC;
--teal-600: #23BEAE;
--teal-700: #1C978B;
--teal-800: #146C63;
--teal-900: #0D453F;
--teal-950: #082B28;
}