Teal
#1C9786
CyanColor Codes
All color formats for development
HEX
#1C9786RGB
rgb(28, 151, 134)HSL
hsl(172, 69%, 35%)OKLCH
oklch(0.609 0.104 180.6)CMYK
cmyk(81%, 0%, 11%, 41%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#198879
2#16796C
3#136A5E
4#115A51
5#0E4B43
6#0B3C36
7#082D28
8#061E1B
9#030F0D
Tints
Lighter variations
1#21B39F
2#26CFB8
3#3BDBC6
4#57E0CE
5#73E5D6
6#8FEADE
7#ABF0E6
8#C7F5EF
9#E3FAF7
Tones
Muted variations
1#229182
2#288B7D
3#2E8479
4#347E74
5#3A7870
6#41726B
7#476C67
8#4D6662
9#535F5E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F5 #C7F5EF | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CED #9CEDE2 | BordersInactive statesPlaceholder text |
| 400 | 68E3 #68E3D3 | Disabled statesSecondary iconsMuted text |
| 500 | 3DDB #3DDBC6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 23BE #23BEA9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C97 #1C9786 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146C #146C60 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D453D | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B26 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FDFB;
--teal-100: #E1F9F6;
--teal-200: #C7F5EF;
--teal-300: #9CEDE2;
--teal-400: #68E3D3;
--teal-500: #3DDBC6;
--teal-600: #23BEA9;
--teal-700: #1C9786;
--teal-800: #146C60;
--teal-900: #0D453D;
--teal-950: #082B26;
}