Teal
#1C977C
CyanColor Codes
All color formats for development
HEX
#1C977CRGB
rgb(28, 151, 124)HSL
hsl(167, 69%, 35%)OKLCH
oklch(0.606 0.11 173.2)CMYK
cmyk(81%, 0%, 18%, 41%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#198870
2#167963
3#136A57
4#115A4A
5#0E4B3E
6#0B3C32
7#082D25
8#061E19
9#030F0C
Tints
Lighter variations
1#21B393
2#26CFAA
3#3BDBB8
4#57E0C2
5#73E5CD
6#8FEAD7
7#ABF0E1
8#C7F5EB
9#E3FAF5
Tones
Muted variations
1#229179
2#288B75
3#2E8472
4#347E6E
5#3A786B
6#417267
7#476C64
8#4D6660
9#535F5D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F5 #C7F5EB | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CED #9CEDDB | BordersInactive statesPlaceholder text |
| 400 | 68E3 #68E3C9 | Disabled statesSecondary iconsMuted text |
| 500 | 3DDB #3DDBB9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 23BE #23BE9C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C97 #1C977C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146C #146C59 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D4539 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B23 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FDFA;
--teal-100: #E1F9F4;
--teal-200: #C7F5EB;
--teal-300: #9CEDDB;
--teal-400: #68E3C9;
--teal-500: #3DDBB9;
--teal-600: #23BE9C;
--teal-700: #1C977C;
--teal-800: #146C59;
--teal-900: #0D4539;
--teal-950: #082B23;
}