Teal
#159E80
CyanColor Codes
All color formats for development
HEX
#159E80RGB
rgb(21, 158, 128)HSL
hsl(167, 77%, 35%)OKLCH
oklch(0.625 0.117 172.4)CMYK
cmyk(87%, 0%, 19%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#128E73
2#107E67
3#0E6F5A
4#0C5F4D
5#0A4F40
6#083F33
7#062F26
8#04201A
9#02100D
Tints
Lighter variations
1#18BB98
2#1CD9B0
3#32E4BE
4#4FE8C7
5#6CECD0
6#8AF0DA
7#A7F4E3
8#C4F7EC
9#E2FBF6
Tones
Muted variations
1#1B977C
2#229078
3#298975
4#308271
5#377C6D
6#3E7569
7#456E65
8#4C6761
9#52605D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F7 #C4F7EC | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2DE | BordersInactive statesPlaceholder text |
| 400 | 61EA #61EACD | Disabled statesSecondary iconsMuted text |
| 500 | 34E5 #34E5BE | Primary brand colorCTAsActive elementsLinks |
| 600 | 1AC7 #1AC7A1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159E #159E80 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F71 #0F715C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0948 #09483B | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D25 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FDFB;
--teal-100: #DFFBF5;
--teal-200: #C4F7EC;
--teal-300: #97F2DE;
--teal-400: #61EACD;
--teal-500: #34E5BE;
--teal-600: #1AC7A1;
--teal-700: #159E80;
--teal-800: #0F715C;
--teal-900: #09483B;
--teal-950: #062D25;
}