Teal
#1C9788
CyanColor Codes
All color formats for development
HEX
#1C9788RGB
rgb(28, 151, 136)HSL
hsl(173, 69%, 35%)OKLCH
oklch(0.61 0.103 182.2)CMYK
cmyk(81%, 0%, 10%, 41%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#19887B
2#16796D
3#136A60
4#115A52
5#0E4B44
6#0B3C37
7#082D29
8#061E1B
9#030F0E
Tints
Lighter variations
1#21B3A2
2#26CFBB
3#3BDBC8
4#57E0D0
5#73E5D8
6#8FEAE0
7#ABF0E8
8#C7F5EF
9#E3FAF7
Tones
Muted variations
1#229184
2#288B7F
3#2E847A
4#347E76
5#3A7871
6#41726C
7#476C67
8#4D6663
9#535F5E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F5 #C7F5EF | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CED #9CEDE3 | BordersInactive statesPlaceholder text |
| 400 | 68E3 #68E3D5 | Disabled statesSecondary iconsMuted text |
| 500 | 3DDB #3DDBC9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 23BE #23BEAC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C97 #1C9788 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146C #146C61 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D453E | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B27 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FDFB;
--teal-100: #E1F9F7;
--teal-200: #C7F5EF;
--teal-300: #9CEDE3;
--teal-400: #68E3D5;
--teal-500: #3DDBC9;
--teal-600: #23BEAC;
--teal-700: #1C9788;
--teal-800: #146C61;
--teal-900: #0D453E;
--teal-950: #082B27;
}