Teal
#159D89
CyanColor Codes
All color formats for development
HEX
#159D89RGB
rgb(21, 157, 137)HSL
hsl(171, 76%, 35%)OKLCH
oklch(0.625 0.11 179.1)CMYK
cmyk(87%, 0%, 13%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#138D7B
2#117E6D
3#0F6E60
4#0D5E52
5#0B4F44
6#093F37
7#062F29
8#041F1B
9#02100E
Tints
Lighter variations
1#19BAA2
2#1DD7BC
3#33E3C9
4#50E7D0
5#6DEBD8
6#8AEFE0
7#A7F3E8
8#C5F7EF
9#E2FBF7
Tones
Muted variations
1#1C9684
2#23907F
3#2A897A
4#318276
5#377B71
6#3E746C
7#456E67
8#4C6763
9#52605E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FB #E0FBF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7EF | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F1 #98F1E4 | BordersInactive statesPlaceholder text |
| 400 | 62EA #62EAD5 | Disabled statesSecondary iconsMuted text |
| 500 | 35E3 #35E3C9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BC5 #1BC5AC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159D #159D89 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F70 #0F7062 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A48 #0A483F | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D27 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FDFB;
--teal-100: #E0FBF7;
--teal-200: #C5F7EF;
--teal-300: #98F1E4;
--teal-400: #62EAD5;
--teal-500: #35E3C9;
--teal-600: #1BC5AC;
--teal-700: #159D89;
--teal-800: #0F7062;
--teal-900: #0A483F;
--teal-950: #062D27;
}