Teal
#1C9778
CyanColor Codes
All color formats for development
HEX
#1C9778RGB
rgb(28, 151, 120)HSL
hsl(165, 69%, 35%)OKLCH
oklch(0.605 0.113 170.5)CMYK
cmyk(81%, 0%, 21%, 41%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#19886C
2#167960
3#136A54
4#115A48
5#0E4B3C
6#0B3C30
7#082D24
8#061E18
9#030F0C
Tints
Lighter variations
1#21B38E
2#26CFA5
3#3BDBB3
4#57E0BE
5#73E5C9
6#8FEAD4
7#ABF0DE
8#C7F5E9
9#E3FAF4
Tones
Muted variations
1#229175
2#288B72
3#2E846F
4#347E6C
5#3A7869
6#417266
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 #9CEDD9 | BordersInactive statesPlaceholder text |
| 400 | 68E3 #68E3C5 | Disabled statesSecondary iconsMuted text |
| 500 | 3DDB #3DDBB4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 23BE #23BE97 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C97 #1C9778 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146C #146C56 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D4537 | 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: #9CEDD9;
--teal-400: #68E3C5;
--teal-500: #3DDBB4;
--teal-600: #23BE97;
--teal-700: #1C9778;
--teal-800: #146C56;
--teal-900: #0D4537;
--teal-950: #082B22;
}