Teal
#159D8D
CyanColor Codes
All color formats for development
HEX
#159D8DRGB
rgb(21, 157, 141)HSL
hsl(173, 76%, 35%)OKLCH
oklch(0.626 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#138D7F
2#117E71
3#0F6E63
4#0D5E55
5#0B4F47
6#093F39
7#062F2A
8#041F1C
9#02100E
Tints
Lighter variations
1#19BAA7
2#1DD7C2
3#33E3CF
4#50E7D5
5#6DEBDC
6#8AEFE3
7#A7F3EA
8#C5F7F1
9#E2FBF8
Tones
Muted variations
1#1C9688
2#239083
3#2A897E
4#318278
5#377B73
6#3E746E
7#456E69
8#4C6764
9#52605E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FB #E0FBF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F1 #98F1E7 | BordersInactive statesPlaceholder text |
| 400 | 62EA #62EADA | Disabled statesSecondary iconsMuted text |
| 500 | 35E3 #35E3CF | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BC5 #1BC5B2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159D #159D8D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F70 #0F7065 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A48 #0A4841 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D28 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FDFC;
--teal-100: #E0FBF8;
--teal-200: #C5F7F1;
--teal-300: #98F1E7;
--teal-400: #62EADA;
--teal-500: #35E3CF;
--teal-600: #1BC5B2;
--teal-700: #159D8D;
--teal-800: #0F7065;
--teal-900: #0A4841;
--teal-950: #062D28;
}