Teal
#1C978F
CyanColor Codes
All color formats for development
HEX
#1C978FRGB
rgb(28, 151, 143)HSL
hsl(176, 69%, 35%)OKLCH
oklch(0.612 0.101 188)CMYK
cmyk(81%, 0%, 5%, 41%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#198880
2#167972
3#136A64
4#115A56
5#0E4B47
6#0B3C39
7#082D2B
8#061E1D
9#030F0E
Tints
Lighter variations
1#21B3A9
2#26CFC4
3#3BDBD0
4#57E0D7
5#73E5DE
6#8FEAE4
7#ABF0EB
8#C7F5F2
9#E3FAF8
Tones
Muted variations
1#229189
2#288B84
3#2E847F
4#347E79
5#3A7874
6#41726F
7#476C69
8#4D6664
9#535F5F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F5 #C7F5F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CED #9CEDE7 | BordersInactive statesPlaceholder text |
| 400 | 68E3 #68E3DB | Disabled statesSecondary iconsMuted text |
| 500 | 3DDB #3DDBD1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 23BE #23BEB3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C97 #1C978F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146C #146C66 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D4541 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FDFC;
--teal-100: #E1F9F8;
--teal-200: #C7F5F2;
--teal-300: #9CEDE7;
--teal-400: #68E3DB;
--teal-500: #3DDBD1;
--teal-600: #23BEB3;
--teal-700: #1C978F;
--teal-800: #146C66;
--teal-900: #0D4541;
--teal-950: #082B29;
}