Teal
#159E85
CyanColor Codes
All color formats for development
HEX
#159E85RGB
rgb(21, 158, 133)HSL
hsl(169, 77%, 35%)OKLCH
oklch(0.626 0.114 175.7)CMYK
cmyk(87%, 0%, 16%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#128E77
2#107E6A
3#0E6F5D
4#0C5F50
5#0A4F42
6#083F35
7#062F28
8#04201B
9#02100D
Tints
Lighter variations
1#18BB9D
2#1CD9B6
3#32E4C4
4#4FE8CC
5#6CECD5
6#8AF0DD
7#A7F4E6
8#C4F7EE
9#E2FBF7
Tones
Muted variations
1#1B9780
2#22907C
3#298978
4#308273
5#377C6F
6#3E756B
7#456E66
8#4C6762
9#52605E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F7 #C4F7EE | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2E1 | BordersInactive statesPlaceholder text |
| 400 | 61EA #61EAD1 | Disabled statesSecondary iconsMuted text |
| 500 | 34E5 #34E5C4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1AC7 #1AC7A7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159E #159E85 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F71 #0F715F | Text on light backgroundsHeadingsStrong borders |
| 900 | 0948 #09483D | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D26 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FDFB;
--teal-100: #DFFBF6;
--teal-200: #C4F7EE;
--teal-300: #97F2E1;
--teal-400: #61EAD1;
--teal-500: #34E5C4;
--teal-600: #1AC7A7;
--teal-700: #159E85;
--teal-800: #0F715F;
--teal-900: #09483D;
--teal-950: #062D26;
}