Teal
#1C9784
CyanColor Codes
All color formats for development
HEX
#1C9784RGB
rgb(28, 151, 132)HSL
hsl(171, 69%, 35%)OKLCH
oklch(0.609 0.105 179.1)CMYK
cmyk(81%, 0%, 13%, 41%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#198877
2#16796A
3#136A5D
4#115A4F
5#0E4B42
6#0B3C35
7#082D28
8#061E1A
9#030F0D
Tints
Lighter variations
1#21B39D
2#26CFB6
3#3BDBC3
4#57E0CC
5#73E5D4
6#8FEADD
7#ABF0E5
8#C7F5EE
9#E3FAF6
Tones
Muted variations
1#229180
2#288B7C
3#2E8477
4#347E73
5#3A786F
6#41726A
7#476C66
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 #C7F5EE | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CED #9CEDE1 | BordersInactive statesPlaceholder text |
| 400 | 68E3 #68E3D1 | Disabled statesSecondary iconsMuted text |
| 500 | 3DDB #3DDBC4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 23BE #23BEA6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C97 #1C9784 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146C #146C5F | 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: #C7F5EE;
--teal-300: #9CEDE1;
--teal-400: #68E3D1;
--teal-500: #3DDBC4;
--teal-600: #23BEA6;
--teal-700: #1C9784;
--teal-800: #146C5F;
--teal-900: #0D453D;
--teal-950: #082B26;
}