Teal
#159B9D
CyanColor Codes
All color formats for development
HEX
#159B9DRGB
rgb(21, 155, 157)HSL
hsl(181, 76%, 35%)OKLCH
oklch(0.627 0.103 196.5)CMYK
cmyk(87%, 1%, 0%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#138B8D
2#117C7E
3#0F6C6E
4#0D5D5E
5#0B4D4F
6#093E3F
7#062E2F
8#041F1F
9#020F10
Tints
Lighter variations
1#19B8BA
2#1DD4D7
3#33E0E3
4#50E5E7
5#6DE9EB
6#8AEDEF
7#A7F2F3
8#C5F6F7
9#E2FBFB
Tones
Muted variations
1#1C9496
2#238E90
3#2A8789
4#318182
5#377A7B
6#3E7374
7#456D6E
8#4C6667
9#526060
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F6 #C5F6F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98EF #98EFF1 | BordersInactive statesPlaceholder text |
| 400 | 62E7 #62E7EA | Disabled statesSecondary iconsMuted text |
| 500 | 35E1 #35E1E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BC3 #1BC3C5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159B #159B9D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F6F #0F6F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A47 #0A4748 | Primary textHigh emphasis contentDark headings |
| 950 | 062C #062C2D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FDFD;
--teal-100: #E0FAFB;
--teal-200: #C5F6F7;
--teal-300: #98EFF1;
--teal-400: #62E7EA;
--teal-500: #35E1E3;
--teal-600: #1BC3C5;
--teal-700: #159B9D;
--teal-800: #0F6F70;
--teal-900: #0A4748;
--teal-950: #062C2D;
}