Teal
#326481
BlueColor Codes
All color formats for development
HEX
#326481RGB
rgb(50, 100, 129)HSL
hsl(202, 44%, 35%)OKLCH
oklch(0.481 0.071 236.3)CMYK
cmyk(61%, 22%, 0%, 49%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2D5A74
2#285067
3#23465A
4#1E3C4D
5#193240
6#142833
7#0F1E27
8#0A141A
9#050A0D
Tints
Lighter variations
1#3B7698
2#4589B0
3#5899BE
4#70A7C7
5#88B6D1
6#A0C4DA
7#B7D3E3
8#CFE2EC
9#E7F0F6
Tones
Muted variations
1#36637D
2#3A6279
3#3E6175
4#426071
5#465E6D
6#4A5D69
7#4D5C65
8#515B61
9#555A5D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F8 #F4F8FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5EF #E5EFF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFE2 #CFE2EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABCB #ABCBDE | BordersInactive statesPlaceholder text |
| 400 | 7EB0 #7EB0CD | Disabled statesSecondary iconsMuted text |
| 500 | 5A9A #5A9ABF | Primary brand colorCTAsActive elementsLinks |
| 600 | 3F7D #3F7DA2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3264 #326481 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2447 #24475C | Text on light backgroundsHeadingsStrong borders |
| 900 | 172E #172E3B | Primary textHigh emphasis contentDark headings |
| 950 | 0E1C #0E1C25 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F4F8FB;
--teal-100: #E5EFF5;
--teal-200: #CFE2EC;
--teal-300: #ABCBDE;
--teal-400: #7EB0CD;
--teal-500: #5A9ABF;
--teal-600: #3F7DA2;
--teal-700: #326481;
--teal-800: #24475C;
--teal-900: #172E3B;
--teal-950: #0E1C25;
}