Teal
#1D9694
CyanColor Codes
All color formats for development
HEX
#1D9694RGB
rgb(29, 150, 148)HSL
hsl(179, 68%, 35%)OKLCH
oklch(0.612 0.099 193.1)CMYK
cmyk(81%, 0%, 1%, 41%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1A8785
2#177876
3#146968
4#115A59
5#0E4B4A
6#0B3C3B
7#092D2C
8#061E1E
9#030F0F
Tints
Lighter variations
1#22B2AF
2#27CECB
3#3CDAD7
4#58DFDD
5#74E4E3
6#90EAE8
7#ABEFEE
8#C7F4F4
9#E3FAF9
Tones
Muted variations
1#23908E
2#298A88
3#2F8482
4#357E7C
5#3B7877
6#417271
7#476B6B
8#4D6565
9#535F5F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F4 #C7F4F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CEC #9CECEB | BordersInactive statesPlaceholder text |
| 400 | 69E2 #69E2E0 | Disabled statesSecondary iconsMuted text |
| 500 | 3EDA #3EDAD8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 24BC #24BCBA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D96 #1D9694 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146B #146B6A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D4544 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B2A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FDFC;
--teal-100: #E1F9F9;
--teal-200: #C7F4F4;
--teal-300: #9CECEB;
--teal-400: #69E2E0;
--teal-500: #3EDAD8;
--teal-600: #24BCBA;
--teal-700: #1D9694;
--teal-800: #146B6A;
--teal-900: #0D4544;
--teal-950: #082B2A;
}