Steel Blue
#316AAF
BlueColor Codes
All color formats for development
HEX
#316AAFRGB
rgb(49, 106, 175)HSL
hsl(213, 56%, 44%)OKLCH
oklch(0.521 0.125 254.8)CMYK
cmyk(72%, 39%, 0%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2C5F9E
2#27558C
3#234A7B
4#1E4069
5#193558
6#142A46
7#0F2035
8#0A1523
9#050B12
Tints
Lighter variations
1#3877C5
2#4D86CD
3#6395D3
4#79A5D9
5#90B4E0
6#A6C3E6
7#BCD2EC
8#D2E1F2
9#E9F0F9
Tones
Muted variations
1#386BA9
2#3E6BA2
3#446C9C
4#4B6C96
5#516D90
6#576E89
7#5D6E83
8#646F7D
9#6A7076
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F7 #F3F7FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3EC #E3ECF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBDC #CBDCF0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4C1 #A4C1E5 | BordersInactive statesPlaceholder text |
| 400 | 74A1 #74A1D8 | Disabled statesSecondary iconsMuted text |
| 500 | 4C86 #4C86CD | Primary brand colorCTAsActive elementsLinks |
| 600 | 316A #316AAF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2754 #27548B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C3C #1C3C63 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1227 #122740 | Primary textHigh emphasis contentDark headings |
| 950 | 0B18 #0B1828 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3F7FC;
--steel-blue-100: #E3ECF7;
--steel-blue-200: #CBDCF0;
--steel-blue-300: #A4C1E5;
--steel-blue-400: #74A1D8;
--steel-blue-500: #4C86CD;
--steel-blue-600: #316AAF;
--steel-blue-700: #27548B;
--steel-blue-800: #1C3C63;
--steel-blue-900: #122740;
--steel-blue-950: #0B1828;
}