Teal
#156B9D
BlueColor Codes
All color formats for development
HEX
#156B9DRGB
rgb(21, 107, 157)HSL
hsl(202, 76%, 35%)OKLCH
oklch(0.505 0.11 241)CMYK
cmyk(87%, 32%, 0%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#13618D
2#11567E
3#0F4B6E
4#0D405E
5#0B364F
6#092B3F
7#06202F
8#04151F
9#020B10
Tints
Lighter variations
1#197FBA
2#1D93D7
3#33A2E3
4#50B0E7
5#6DBDEB
6#8ACAEF
7#A7D7F3
8#C5E5F7
9#E2F2FB
Tones
Muted variations
1#1C6A96
2#236890
3#2A6689
4#316482
5#37627B
6#3E6074
7#455F6E
8#4C5D67
9#525B60
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F9 #F2F9FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0F1 #E0F1FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5E5 #C5E5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98D0 #98D0F1 | BordersInactive statesPlaceholder text |
| 400 | 62B8 #62B8EA | Disabled statesSecondary iconsMuted text |
| 500 | 35A4 #35A4E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1B87 #1B87C5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 156B #156B9D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F4D #0F4D70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A31 #0A3148 | Primary textHigh emphasis contentDark headings |
| 950 | 061F #061F2D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2F9FD;
--teal-100: #E0F1FB;
--teal-200: #C5E5F7;
--teal-300: #98D0F1;
--teal-400: #62B8EA;
--teal-500: #35A4E3;
--teal-600: #1B87C5;
--teal-700: #156B9D;
--teal-800: #0F4D70;
--teal-900: #0A3148;
--teal-950: #061F2D;
}