Teal
#159E8E
CyanColor Codes
All color formats for development
HEX
#159E8ERGB
rgb(21, 158, 142)HSL
hsl(173, 77%, 35%)OKLCH
oklch(0.629 0.109 182.1)CMYK
cmyk(87%, 0%, 10%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#128E80
2#107E72
3#0E6F63
4#0C5F55
5#0A4F47
6#083F39
7#062F2B
8#04201C
9#02100E
Tints
Lighter variations
1#18BBA8
2#1CD9C3
3#32E4CF
4#4FE8D6
5#6CECDD
6#8AF0E4
7#A7F4EB
8#C4F7F1
9#E2FBF8
Tones
Muted variations
1#1B9789
2#229083
3#29897E
4#308279
5#377C74
6#3E756E
7#456E69
8#4C6764
9#52605F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F7 #C4F7F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2E7 | BordersInactive statesPlaceholder text |
| 400 | 61EA #61EADA | Disabled statesSecondary iconsMuted text |
| 500 | 34E5 #34E5D0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1AC7 #1AC7B2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159E #159E8E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F71 #0F7165 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0948 #094841 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FDFC;
--teal-100: #DFFBF8;
--teal-200: #C4F7F1;
--teal-300: #97F2E7;
--teal-400: #61EADA;
--teal-500: #34E5D0;
--teal-600: #1AC7B2;
--teal-700: #159E8E;
--teal-800: #0F7165;
--teal-900: #094841;
--teal-950: #062D29;
}