Teal
#159D84
CyanColor Codes
All color formats for development
HEX
#159D84RGB
rgb(21, 157, 132)HSL
hsl(169, 76%, 35%)OKLCH
oklch(0.624 0.113 175.6)CMYK
cmyk(87%, 0%, 16%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#138D77
2#117E6A
3#0F6E5D
4#0D5E4F
5#0B4F42
6#093F35
7#062F28
8#041F1A
9#02100D
Tints
Lighter variations
1#19BA9D
2#1DD7B5
3#33E3C3
4#50E7CB
5#6DEBD4
6#8AEFDD
7#A7F3E5
8#C5F7EE
9#E2FBF6
Tones
Muted variations
1#1C9680
2#23907C
3#2A8977
4#318273
5#377B6F
6#3E746A
7#456E66
8#4C6762
9#52605E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FB #E0FBF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7EE | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F1 #98F1E1 | BordersInactive statesPlaceholder text |
| 400 | 62EA #62EAD1 | Disabled statesSecondary iconsMuted text |
| 500 | 35E3 #35E3C3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BC5 #1BC5A6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159D #159D84 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F70 #0F705E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A48 #0A483C | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D26 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FDFB;
--teal-100: #E0FBF6;
--teal-200: #C5F7EE;
--teal-300: #98F1E1;
--teal-400: #62EAD1;
--teal-500: #35E3C3;
--teal-600: #1BC5A6;
--teal-700: #159D84;
--teal-800: #0F705E;
--teal-900: #0A483C;
--teal-950: #062D26;
}