Teal
#159D9B
CyanColor Codes
All color formats for development
HEX
#159D9BRGB
rgb(21, 157, 155)HSL
hsl(179, 76%, 35%)OKLCH
oklch(0.631 0.105 193.2)CMYK
cmyk(87%, 0%, 1%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#138D8B
2#117E7C
3#0F6E6C
4#0D5E5D
5#0B4F4D
6#093F3E
7#062F2E
8#041F1F
9#02100F
Tints
Lighter variations
1#19BAB8
2#1DD7D4
3#33E3E0
4#50E7E5
5#6DEBE9
6#8AEFED
7#A7F3F2
8#C5F7F6
9#E2FBFB
Tones
Muted variations
1#1C9694
2#23908E
3#2A8987
4#318281
5#377B7A
6#3E7473
7#456E6D
8#4C6766
9#526060
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FB #E0FBFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F1 #98F1EF | BordersInactive statesPlaceholder text |
| 400 | 62EA #62EAE7 | Disabled statesSecondary iconsMuted text |
| 500 | 35E3 #35E3E1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BC5 #1BC5C3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159D #159D9B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F70 #0F706F | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A48 #0A4847 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D2C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FDFD;
--teal-100: #E0FBFA;
--teal-200: #C5F7F6;
--teal-300: #98F1EF;
--teal-400: #62EAE7;
--teal-500: #35E3E1;
--teal-600: #1BC5C3;
--teal-700: #159D9B;
--teal-800: #0F706F;
--teal-900: #0A4847;
--teal-950: #062D2C;
}