Teal
#158B9D
CyanColor Codes
All color formats for development
HEX
#158B9DRGB
rgb(21, 139, 157)HSL
hsl(188, 76%, 35%)OKLCH
oklch(0.586 0.098 211.3)CMYK
cmyk(87%, 11%, 0%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#137D8D
2#116F7E
3#0F616E
4#0D535E
5#0B454F
6#09383F
7#062A2F
8#041C1F
9#020E10
Tints
Lighter variations
1#19A5BA
2#1DBFD7
3#33CCE3
4#50D3E7
5#6DDAEB
6#8AE2EF
7#A7E9F3
8#C5F0F7
9#E2F8FB
Tones
Muted variations
1#1C8696
2#238190
3#2A7C89
4#317782
5#37727B
6#3E6D74
7#45686E
8#4C6367
9#525E60
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0F7 #E0F7FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F0 #C5F0F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98E5 #98E5F1 | BordersInactive statesPlaceholder text |
| 400 | 62D7 #62D7EA | Disabled statesSecondary iconsMuted text |
| 500 | 35CC #35CCE3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BAF #1BAFC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 158B #158B9D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F63 #0F6370 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A40 #0A4048 | Primary textHigh emphasis contentDark headings |
| 950 | 0628 #06282D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FCFD;
--teal-100: #E0F7FB;
--teal-200: #C5F0F7;
--teal-300: #98E5F1;
--teal-400: #62D7EA;
--teal-500: #35CCE3;
--teal-600: #1BAFC5;
--teal-700: #158B9D;
--teal-800: #0F6370;
--teal-900: #0A4048;
--teal-950: #06282D;
}