Teal
#1C977A
CyanColor Codes
All color formats for development
HEX
#1C977ARGB
rgb(28, 151, 122)HSL
hsl(166, 69%, 35%)OKLCH
oklch(0.606 0.111 171.9)CMYK
cmyk(81%, 0%, 19%, 41%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#19886E
2#167962
3#136A55
4#115A49
5#0E4B3D
6#0B3C31
7#082D25
8#061E18
9#030F0C
Tints
Lighter variations
1#21B391
2#26CFA7
3#3BDBB6
4#57E0C0
5#73E5CB
6#8FEAD5
7#ABF0E0
8#C7F5EA
9#E3FAF5
Tones
Muted variations
1#229177
2#288B74
3#2E8470
4#347E6D
5#3A786A
6#417266
7#476C63
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 #C7F5EA | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CED #9CEDDA | BordersInactive statesPlaceholder text |
| 400 | 68E3 #68E3C7 | Disabled statesSecondary iconsMuted text |
| 500 | 3DDB #3DDBB6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 23BE #23BE99 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C97 #1C977A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146C #146C57 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D4538 | 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: #C7F5EA;
--teal-300: #9CEDDA;
--teal-400: #68E3C7;
--teal-500: #3DDBB6;
--teal-600: #23BE99;
--teal-700: #1C977A;
--teal-800: #146C57;
--teal-900: #0D4538;
--teal-950: #082B23;
}