Teal
#159D80
CyanColor Codes
All color formats for development
HEX
#159D80RGB
rgb(21, 157, 128)HSL
hsl(167, 76%, 35%)OKLCH
oklch(0.622 0.116 172.9)CMYK
cmyk(87%, 0%, 18%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#138D73
2#117E66
3#0F6E59
4#0D5E4D
5#0B4F40
6#093F33
7#062F26
8#041F1A
9#02100D
Tints
Lighter variations
1#19BA97
2#1DD7AF
3#33E3BD
4#50E7C6
5#6DEBD0
6#8AEFD9
7#A7F3E3
8#C5F7EC
9#E2FBF6
Tones
Muted variations
1#1C967C
2#239078
3#2A8974
4#318270
5#377B6C
6#3E7469
7#456E65
8#4C6761
9#52605D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FB #E0FBF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7EC | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F1 #98F1DE | BordersInactive statesPlaceholder text |
| 400 | 62EA #62EACC | Disabled statesSecondary iconsMuted text |
| 500 | 35E3 #35E3BE | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BC5 #1BC5A1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159D #159D80 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F70 #0F705B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A48 #0A483A | 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: #F2FDFB;
--teal-100: #E0FBF5;
--teal-200: #C5F7EC;
--teal-300: #98F1DE;
--teal-400: #62EACC;
--teal-500: #35E3BE;
--teal-600: #1BC5A1;
--teal-700: #159D80;
--teal-800: #0F705B;
--teal-900: #0A483A;
--teal-950: #062D24;
}