Teal
#1D9496
CyanColor Codes
All color formats for development
HEX
#1D9496RGB
rgb(29, 148, 150)HSL
hsl(181, 68%, 35%)OKLCH
oklch(0.607 0.097 196.7)CMYK
cmyk(81%, 1%, 0%, 41%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1A8587
2#177678
3#146869
4#11595A
5#0E4A4B
6#0B3B3C
7#092C2D
8#061E1E
9#030F0F
Tints
Lighter variations
1#22AFB2
2#27CBCE
3#3CD7DA
4#58DDDF
5#74E3E4
6#90E8EA
7#ABEEEF
8#C7F4F4
9#E3F9FA
Tones
Muted variations
1#238E90
2#29888A
3#2F8284
4#357C7E
5#3B7778
6#417172
7#476B6B
8#4D6565
9#535F5F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F4 #C7F4F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CEB #9CEBEC | BordersInactive statesPlaceholder text |
| 400 | 69E0 #69E0E2 | Disabled statesSecondary iconsMuted text |
| 500 | 3ED8 #3ED8DA | Primary brand colorCTAsActive elementsLinks |
| 600 | 24BA #24BABC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D94 #1D9496 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146A #146A6B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D44 #0D4445 | Primary textHigh emphasis contentDark headings |
| 950 | 082A #082A2B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FCFD;
--teal-100: #E1F9F9;
--teal-200: #C7F4F4;
--teal-300: #9CEBEC;
--teal-400: #69E0E2;
--teal-500: #3ED8DA;
--teal-600: #24BABC;
--teal-700: #1D9496;
--teal-800: #146A6B;
--teal-900: #0D4445;
--teal-950: #082A2B;
}