Teal
#169C7B
CyanColor Codes
All color formats for development
HEX
#169C7BRGB
rgb(22, 156, 123)HSL
hsl(165, 75%, 35%)OKLCH
oklch(0.618 0.118 170.2)CMYK
cmyk(86%, 0%, 21%, 39%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#148D6E
2#127D62
3#106D56
4#0D5E4A
5#0B4E3D
6#093E31
7#072F25
8#041F19
9#02100C
Tints
Lighter variations
1#1AB992
2#1FD6A8
3#34E2B6
4#51E6C1
5#6EEACB
6#8BEED6
7#A8F3E0
8#C5F7EA
9#E2FBF5
Tones
Muted variations
1#1D9577
2#248F74
3#2A8871
4#31816D
5#387B6A
6#3E7467
7#456D63
8#4C6760
9#53605D
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 | 98F0 #98F0DA | BordersInactive statesPlaceholder text |
| 400 | 63E9 #63E9C7 | Disabled statesSecondary iconsMuted text |
| 500 | 36E2 #36E2B7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1CC4 #1CC49A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 169C #169C7B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1070 #107058 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A47 #0A4738 | 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: #98F0DA;
--teal-400: #63E9C7;
--teal-500: #36E2B7;
--teal-600: #1CC49A;
--teal-700: #169C7B;
--teal-800: #107058;
--teal-900: #0A4738;
--teal-950: #062D23;
}