Teal
#1D9686
CyanColor Codes
All color formats for development
HEX
#1D9686RGB
rgb(29, 150, 134)HSL
hsl(172, 68%, 35%)OKLCH
oklch(0.607 0.103 181.3)CMYK
cmyk(81%, 0%, 11%, 41%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1A8778
2#17786B
3#14695E
4#115A50
5#0E4B43
6#0B3C36
7#092D28
8#061E1B
9#030F0D
Tints
Lighter variations
1#22B29F
2#27CEB7
3#3CDAC5
4#58DFCD
5#74E4D5
6#90EADE
7#ABEFE6
8#C7F4EE
9#E3FAF7
Tones
Muted variations
1#239081
2#298A7D
3#2F8478
4#357E74
5#3B7870
6#41726B
7#476B67
8#4D6562
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 | C7F4 #C7F4EE | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CEC #9CECE2 | BordersInactive statesPlaceholder text |
| 400 | 69E2 #69E2D2 | Disabled statesSecondary iconsMuted text |
| 500 | 3EDA #3EDAC5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 24BC #24BCA8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D96 #1D9686 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146B #146B60 | 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: #C7F4EE;
--teal-300: #9CECE2;
--teal-400: #69E2D2;
--teal-500: #3EDAC5;
--teal-600: #24BCA8;
--teal-700: #1D9686;
--teal-800: #146B60;
--teal-900: #0D453D;
--teal-950: #082B26;
}