Teal
#1C9780
CyanColor Codes
All color formats for development
HEX
#1C9780RGB
rgb(28, 151, 128)HSL
hsl(169, 69%, 35%)OKLCH
oklch(0.607 0.107 176.1)CMYK
cmyk(81%, 0%, 15%, 41%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#198873
2#167967
3#136A5A
4#115A4D
5#0E4B40
6#0B3C33
7#082D26
8#061E1A
9#030F0D
Tints
Lighter variations
1#21B398
2#26CFB0
3#3BDBBE
4#57E0C7
5#73E5D0
6#8FEADA
7#ABF0E3
8#C7F5EC
9#E3FAF6
Tones
Muted variations
1#22917C
2#288B78
3#2E8475
4#347E71
5#3A786D
6#417269
7#476C65
8#4D6661
9#535F5D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F5 #C7F5EC | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CED #9CEDDE | BordersInactive statesPlaceholder text |
| 400 | 68E3 #68E3CD | Disabled statesSecondary iconsMuted text |
| 500 | 3DDB #3DDBBE | Primary brand colorCTAsActive elementsLinks |
| 600 | 23BE #23BEA1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C97 #1C9780 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146C #146C5C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D453B | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B25 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FDFB;
--teal-100: #E1F9F5;
--teal-200: #C7F5EC;
--teal-300: #9CEDDE;
--teal-400: #68E3CD;
--teal-500: #3DDBBE;
--teal-600: #23BEA1;
--teal-700: #1C9780;
--teal-800: #146C5C;
--teal-900: #0D453B;
--teal-950: #082B25;
}