Teal
#1C9782
CyanColor Codes
All color formats for development
HEX
#1C9782RGB
rgb(28, 151, 130)HSL
hsl(170, 69%, 35%)OKLCH
oklch(0.608 0.106 177.6)CMYK
cmyk(81%, 0%, 14%, 41%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#198875
2#167968
3#136A5B
4#115A4E
5#0E4B41
6#0B3C34
7#082D27
8#061E1A
9#030F0D
Tints
Lighter variations
1#21B39B
2#26CFB3
3#3BDBC0
4#57E0C9
5#73E5D2
6#8FEADB
7#ABF0E4
8#C7F5ED
9#E3FAF6
Tones
Muted variations
1#22917E
2#288B7A
3#2E8476
4#347E72
5#3A786E
6#41726A
7#476C66
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 #C7F5ED | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CED #9CEDDF | BordersInactive statesPlaceholder text |
| 400 | 68E3 #68E3CF | Disabled statesSecondary iconsMuted text |
| 500 | 3DDB #3DDBC1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 23BE #23BEA4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C97 #1C9782 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146C #146C5D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D453C | 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: #C7F5ED;
--teal-300: #9CEDDF;
--teal-400: #68E3CF;
--teal-500: #3DDBC1;
--teal-600: #23BEA4;
--teal-700: #1C9782;
--teal-800: #146C5D;
--teal-900: #0D453C;
--teal-950: #082B25;
}