Teal
#159D92
CyanColor Codes
All color formats for development
HEX
#159D92RGB
rgb(21, 157, 146)HSL
hsl(175, 76%, 35%)OKLCH
oklch(0.628 0.107 185.9)CMYK
cmyk(87%, 0%, 7%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#138D83
2#117E75
3#0F6E66
4#0D5E57
5#0B4F49
6#093F3A
7#062F2C
8#041F1D
9#02100F
Tints
Lighter variations
1#19BAAD
2#1DD7C8
3#33E3D4
4#50E7DB
5#6DEBE1
6#8AEFE7
7#A7F3ED
8#C5F7F3
9#E2FBF9
Tones
Muted variations
1#1C968C
2#239086
3#2A8981
4#31827B
5#377B76
6#3E7470
7#456E6A
8#4C6765
9#52605F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FB #E0FBF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F1 #98F1E9 | BordersInactive statesPlaceholder text |
| 400 | 62EA #62EADE | Disabled statesSecondary iconsMuted text |
| 500 | 35E3 #35E3D5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BC5 #1BC5B7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159D #159D92 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F70 #0F7068 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A48 #0A4843 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D2A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FDFC;
--teal-100: #E0FBF8;
--teal-200: #C5F7F3;
--teal-300: #98F1E9;
--teal-400: #62EADE;
--teal-500: #35E3D5;
--teal-600: #1BC5B7;
--teal-700: #159D92;
--teal-800: #0F7068;
--teal-900: #0A4843;
--teal-950: #062D2A;
}