Teal
#1D9684
CyanColor Codes
All color formats for development
HEX
#1D9684RGB
rgb(29, 150, 132)HSL
hsl(171, 68%, 35%)OKLCH
oklch(0.606 0.104 179.7)CMYK
cmyk(81%, 0%, 12%, 41%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1A8777
2#177869
3#14695C
4#115A4F
5#0E4B42
6#0B3C35
7#092D28
8#061E1A
9#030F0D
Tints
Lighter variations
1#22B29C
2#27CEB5
3#3CDAC2
4#58DFCB
5#74E4D4
6#90EADC
7#ABEFE5
8#C7F4EE
9#E3FAF6
Tones
Muted variations
1#23907F
2#298A7B
3#2F8477
4#357E73
5#3B786E
6#41726A
7#476B66
8#4D6562
9#535F5D
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 #9CECE0 | BordersInactive statesPlaceholder text |
| 400 | 69E2 #69E2D0 | Disabled statesSecondary iconsMuted text |
| 500 | 3EDA #3EDAC3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 24BC #24BCA6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D96 #1D9684 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146B #146B5E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D453C | 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: #9CECE0;
--teal-400: #69E2D0;
--teal-500: #3EDAC3;
--teal-600: #24BCA6;
--teal-700: #1D9684;
--teal-800: #146B5E;
--teal-900: #0D453C;
--teal-950: #082B26;
}