Teal
#159D8B
CyanColor Codes
All color formats for development
HEX
#159D8BRGB
rgb(21, 157, 139)HSL
hsl(172, 76%, 35%)OKLCH
oklch(0.626 0.109 180.6)CMYK
cmyk(87%, 0%, 11%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#138D7D
2#117E6F
3#0F6E61
4#0D5E53
5#0B4F45
6#093F38
7#062F2A
8#041F1C
9#02100E
Tints
Lighter variations
1#19BAA5
2#1DD7BF
3#33E3CC
4#50E7D3
5#6DEBDA
6#8AEFE2
7#A7F3E9
8#C5F7F0
9#E2FBF8
Tones
Muted variations
1#1C9686
2#239081
3#2A897C
4#318277
5#377B72
6#3E746D
7#456E68
8#4C6763
9#52605E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FB #E0FBF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F1 #98F1E5 | BordersInactive statesPlaceholder text |
| 400 | 62EA #62EAD7 | Disabled statesSecondary iconsMuted text |
| 500 | 35E3 #35E3CC | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BC5 #1BC5AF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159D #159D8B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F70 #0F7063 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A48 #0A4840 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D28 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FDFC;
--teal-100: #E0FBF7;
--teal-200: #C5F7F0;
--teal-300: #98F1E5;
--teal-400: #62EAD7;
--teal-500: #35E3CC;
--teal-600: #1BC5AF;
--teal-700: #159D8B;
--teal-800: #0F7063;
--teal-900: #0A4840;
--teal-950: #062D28;
}