Teal
#159E95
CyanColor Codes
All color formats for development
HEX
#159E95RGB
rgb(21, 158, 149)HSL
hsl(176, 77%, 35%)OKLCH
oklch(0.632 0.107 187.5)CMYK
cmyk(87%, 0%, 6%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#128E86
2#107E77
3#0E6F68
4#0C5F59
5#0A4F4A
6#083F3C
7#062F2D
8#04201E
9#02100F
Tints
Lighter variations
1#18BBB0
2#1CD9CC
3#32E4D8
4#4FE8DE
5#6CECE3
6#8AF0E9
7#A7F4EE
8#C4F7F4
9#E2FBF9
Tones
Muted variations
1#1B978F
2#229089
3#298983
4#30827D
5#377C77
6#3E7571
7#456E6B
8#4C6765
9#52605F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F7 #C4F7F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2EB | BordersInactive statesPlaceholder text |
| 400 | 61EA #61EAE1 | Disabled statesSecondary iconsMuted text |
| 500 | 34E5 #34E5D9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1AC7 #1AC7BB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159E #159E95 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F71 #0F716A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0948 #094844 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D2B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FDFC;
--teal-100: #DFFBF9;
--teal-200: #C4F7F4;
--teal-300: #97F2EB;
--teal-400: #61EAE1;
--teal-500: #34E5D9;
--teal-600: #1AC7BB;
--teal-700: #159E95;
--teal-800: #0F716A;
--teal-900: #094844;
--teal-950: #062D2B;
}