Teal
#159E89
CyanColor Codes
All color formats for development
HEX
#159E89RGB
rgb(21, 158, 137)HSL
hsl(171, 77%, 35%)OKLCH
oklch(0.628 0.111 178.5)CMYK
cmyk(87%, 0%, 13%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#128E7C
2#107E6E
3#0E6F60
4#0C5F52
5#0A4F45
6#083F37
7#062F29
8#04201B
9#02100E
Tints
Lighter variations
1#18BBA3
2#1CD9BC
3#32E4CA
4#4FE8D1
5#6CECD9
6#8AF0E0
7#A7F4E8
8#C4F7F0
9#E2FBF7
Tones
Muted variations
1#1B9785
2#229080
3#29897B
4#308276
5#377C71
6#3E756C
7#456E68
8#4C6763
9#52605E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F7 #C4F7F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2E4 | BordersInactive statesPlaceholder text |
| 400 | 61EA #61EAD6 | Disabled statesSecondary iconsMuted text |
| 500 | 34E5 #34E5CA | Primary brand colorCTAsActive elementsLinks |
| 600 | 1AC7 #1AC7AD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159E #159E89 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F71 #0F7162 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0948 #09483F | 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: #F1FDFB;
--teal-100: #DFFBF7;
--teal-200: #C4F7F0;
--teal-300: #97F2E4;
--teal-400: #61EAD6;
--teal-500: #34E5CA;
--teal-600: #1AC7AD;
--teal-700: #159E89;
--teal-800: #0F7162;
--teal-900: #09483F;
--teal-950: #062D27;
}