Teal
#159D7D
CyanColor Codes
All color formats for development
HEX
#159D7DRGB
rgb(21, 157, 125)HSL
hsl(166, 76%, 35%)OKLCH
oklch(0.621 0.118 171)CMYK
cmyk(87%, 0%, 20%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#138D71
2#117E64
3#0F6E58
4#0D5E4B
5#0B4F3F
6#093F32
7#062F26
8#041F19
9#02100D
Tints
Lighter variations
1#19BA95
2#1DD7AC
3#33E3BA
4#50E7C4
5#6DEBCE
6#8AEFD8
7#A7F3E1
8#C5F7EB
9#E2FBF5
Tones
Muted variations
1#1C967A
2#239076
3#2A8973
4#31826F
5#377B6B
6#3E7468
7#456E64
8#4C6760
9#52605D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FB #E0FBF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7EB | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F1 #98F1DC | BordersInactive statesPlaceholder text |
| 400 | 62EA #62EACA | Disabled statesSecondary iconsMuted text |
| 500 | 35E3 #35E3BB | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BC5 #1BC59E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159D #159D7D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F70 #0F705A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A48 #0A4839 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D24 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FDFA;
--teal-100: #E0FBF4;
--teal-200: #C5F7EB;
--teal-300: #98F1DC;
--teal-400: #62EACA;
--teal-500: #35E3BB;
--teal-600: #1BC59E;
--teal-700: #159D7D;
--teal-800: #0F705A;
--teal-900: #0A4839;
--teal-950: #062D24;
}