Teal
#159D9D
CyanColor Codes
All color formats for development
HEX
#159D9DRGB
rgb(21, 157, 157)HSL
hsl(180, 76%, 35%)OKLCH
oklch(0.632 0.104 194.8)CMYK
cmyk(87%, 0%, 0%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#138D8D
2#117E7E
3#0F6E6E
4#0D5E5E
5#0B4F4F
6#093F3F
7#062F2F
8#041F1F
9#021010
Tints
Lighter variations
1#19BABA
2#1DD7D7
3#33E3E3
4#50E7E7
5#6DEBEB
6#8AEFEF
7#A7F3F3
8#C5F7F7
9#E2FBFB
Tones
Muted variations
1#1C9696
2#239090
3#2A8989
4#318282
5#377B7B
6#3E7474
7#456E6E
8#4C6767
9#526060
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FB #E0FBFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F1 #98F1F1 | BordersInactive statesPlaceholder text |
| 400 | 62EA #62EAEA | Disabled statesSecondary iconsMuted text |
| 500 | 35E3 #35E3E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BC5 #1BC5C5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159D #159D9D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F70 #0F7070 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A48 #0A4848 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D2D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FDFD;
--teal-100: #E0FBFB;
--teal-200: #C5F7F7;
--teal-300: #98F1F1;
--teal-400: #62EAEA;
--teal-500: #35E3E3;
--teal-600: #1BC5C5;
--teal-700: #159D9D;
--teal-800: #0F7070;
--teal-900: #0A4848;
--teal-950: #062D2D;
}