Teal
#159D7B
CyanColor Codes
All color formats for development
HEX
#159D7BRGB
rgb(21, 157, 123)HSL
hsl(165, 76%, 35%)OKLCH
oklch(0.621 0.119 169.8)CMYK
cmyk(87%, 0%, 22%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#138D6F
2#117E63
3#0F6E56
4#0D5E4A
5#0B4F3E
6#093F31
7#062F25
8#041F19
9#02100C
Tints
Lighter variations
1#19BA92
2#1DD7A9
3#33E3B7
4#50E7C1
5#6DEBCC
6#8AEFD6
7#A7F3E0
8#C5F7EA
9#E2FBF5
Tones
Muted variations
1#1C9678
2#239074
3#2A8971
4#31826E
5#377B6A
6#3E7467
7#456E63
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 #C5F7EA | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F1 #98F1DB | BordersInactive statesPlaceholder text |
| 400 | 62EA #62EAC8 | Disabled statesSecondary iconsMuted text |
| 500 | 35E3 #35E3B8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BC5 #1BC59B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159D #159D7B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F70 #0F7058 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A48 #0A4838 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D23 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FDFA;
--teal-100: #E0FBF4;
--teal-200: #C5F7EA;
--teal-300: #98F1DB;
--teal-400: #62EAC8;
--teal-500: #35E3B8;
--teal-600: #1BC59B;
--teal-700: #159D7B;
--teal-800: #0F7058;
--teal-900: #0A4838;
--teal-950: #062D23;
}