Teal
#157B9D
BlueColor Codes
All color formats for development
HEX
#157B9DRGB
rgb(21, 123, 157)HSL
hsl(195, 76%, 35%)OKLCH
oklch(0.545 0.1 227)CMYK
cmyk(87%, 22%, 0%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#136F8D
2#11637E
3#0F566E
4#0D4A5E
5#0B3E4F
6#09313F
7#06252F
8#04191F
9#020C10
Tints
Lighter variations
1#1992BA
2#1DA9D7
3#33B7E3
4#50C1E7
5#6DCCEB
6#8AD6EF
7#A7E0F3
8#C5EAF7
9#E2F5FB
Tones
Muted variations
1#1C7896
2#237490
3#2A7189
4#316E82
5#376A7B
6#3E6774
7#45636E
8#4C6067
9#525D60
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FA #F2FAFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0F4 #E0F4FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5EA #C5EAF7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98DB #98DBF1 | BordersInactive statesPlaceholder text |
| 400 | 62C8 #62C8EA | Disabled statesSecondary iconsMuted text |
| 500 | 35B8 #35B8E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1B9B #1B9BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 157B #157B9D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F58 #0F5870 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A38 #0A3848 | Primary textHigh emphasis contentDark headings |
| 950 | 0623 #06232D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FAFD;
--teal-100: #E0F4FB;
--teal-200: #C5EAF7;
--teal-300: #98DBF1;
--teal-400: #62C8EA;
--teal-500: #35B8E3;
--teal-600: #1B9BC5;
--teal-700: #157B9D;
--teal-800: #0F5870;
--teal-900: #0A3848;
--teal-950: #06232D;
}