Teal
#159D96
CyanColor Codes
All color formats for development
HEX
#159D96RGB
rgb(21, 157, 150)HSL
hsl(177, 76%, 35%)OKLCH
oklch(0.629 0.106 189.1)CMYK
cmyk(87%, 0%, 4%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#138D87
2#117E78
3#0F6E69
4#0D5E5A
5#0B4F4B
6#093F3C
7#062F2D
8#041F1E
9#02100F
Tints
Lighter variations
1#19BAB2
2#1DD7CE
3#33E3DA
4#50E7E0
5#6DEBE5
6#8AEFEA
7#A7F3EF
8#C5F7F5
9#E2FBFA
Tones
Muted variations
1#1C9690
2#23908A
3#2A8984
4#31827E
5#377B78
6#3E7472
7#456E6C
8#4C6765
9#52605F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FB #E0FBF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F1 #98F1EC | BordersInactive statesPlaceholder text |
| 400 | 62EA #62EAE3 | Disabled statesSecondary iconsMuted text |
| 500 | 35E3 #35E3DB | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BC5 #1BC5BD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159D #159D96 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F70 #0F706B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A48 #0A4845 | 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: #F2FDFD;
--teal-100: #E0FBF9;
--teal-200: #C5F7F5;
--teal-300: #98F1EC;
--teal-400: #62EAE3;
--teal-500: #35E3DB;
--teal-600: #1BC5BD;
--teal-700: #159D96;
--teal-800: #0F706B;
--teal-900: #0A4845;
--teal-950: #062D2B;
}