Teal
#316381
BlueColor Codes
All color formats for development
HEX
#316381RGB
rgb(49, 99, 129)HSL
hsl(203, 45%, 35%)OKLCH
oklch(0.478 0.073 237.3)CMYK
cmyk(62%, 23%, 0%, 49%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2C5974
2#274F68
3#22455B
4#1D3B4E
5#193141
6#142734
7#0F1E27
8#0A141A
9#050A0D
Tints
Lighter variations
1#3A7599
2#4387B1
3#5797BF
4#6FA6C8
5#87B5D1
6#9FC4DB
7#B7D2E4
8#CFE1ED
9#E7F0F6
Tones
Muted variations
1#35627D
2#396179
3#3D6075
4#415F71
5#455E6D
6#495D69
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 | CFE1 #CFE1ED | Secondary backgroundsInput backgroundsDividers |
| 300 | AACB #AACBDF | BordersInactive statesPlaceholder text |
| 400 | 7EAF #7EAFCE | Disabled statesSecondary iconsMuted text |
| 500 | 5998 #5998C0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3E7C #3E7CA3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3163 #316381 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2346 #23465C | Text on light backgroundsHeadingsStrong borders |
| 900 | 162D #162D3B | 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: #CFE1ED;
--teal-300: #AACBDF;
--teal-400: #7EAFCE;
--teal-500: #5998C0;
--teal-600: #3E7CA3;
--teal-700: #316381;
--teal-800: #23465C;
--teal-900: #162D3B;
--teal-950: #0E1C25;
}