Teal
#1C9776
GreenColor Codes
All color formats for development
HEX
#1C9776RGB
rgb(28, 151, 118)HSL
hsl(164, 69%, 35%)OKLCH
oklch(0.605 0.114 169.3)CMYK
cmyk(81%, 0%, 22%, 41%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#19886A
2#16795E
3#136A53
4#115A47
5#0E4B3B
6#0B3C2F
7#082D23
8#061E18
9#030F0C
Tints
Lighter variations
1#21B38C
2#26CFA2
3#3BDBB0
4#57E0BC
5#73E5C7
6#8FEAD2
7#ABF0DD
8#C7F5E9
9#E3FAF4
Tones
Muted variations
1#229173
2#288B70
3#2E846D
4#347E6A
5#3A7868
6#417265
7#476C62
8#4D665F
9#535F5C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9F3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F5 #C7F5E9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CED #9CEDD7 | BordersInactive statesPlaceholder text |
| 400 | 68E3 #68E3C2 | Disabled statesSecondary iconsMuted text |
| 500 | 3DDB #3DDBB1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 23BE #23BE94 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C97 #1C9776 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146C #146C54 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D4536 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B22 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FDFA;
--teal-100: #E1F9F3;
--teal-200: #C7F5E9;
--teal-300: #9CEDD7;
--teal-400: #68E3C2;
--teal-500: #3DDBB1;
--teal-600: #23BE94;
--teal-700: #1C9776;
--teal-800: #146C54;
--teal-900: #0D4536;
--teal-950: #082B22;
}