Steel Blue
#5E8FBA
BlueColor Codes
All color formats for development
HEX
#5E8FBARGB
rgb(94, 143, 186)HSL
hsl(208, 40%, 55%)OKLCH
oklch(0.633 0.084 246.1)CMYK
cmyk(49%, 23%, 0%, 27%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4C82B1
2#43739D
3#3B6589
4#325676
5#2A4862
6#223A4F
7#192B3B
8#111D27
9#080E14
Tints
Lighter variations
1#6E9AC1
2#7EA6C8
3#8FB1CF
4#9FBCD6
5#AFC7DD
6#BFD2E3
7#CFDDEA
8#DFE9F1
9#EFF4F8
Tones
Muted variations
1#638FB6
2#688FB1
3#6C8EAC
4#718EA8
5#758EA3
6#7A8D9F
7#7E8D9A
8#838D95
9#888D91
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F8 #F4F8FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6EE #E6EEF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1DF #D1DFEB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADC6 #ADC6DC | BordersInactive statesPlaceholder text |
| 400 | 82A8 #82A8C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5E8F #5E8FBA | Primary brand colorCTAsActive elementsLinks |
| 600 | 4373 #43739D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 365C #365C7D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2641 #264159 | Text on light backgroundsHeadingsStrong borders |
| 900 | 182A #182A39 | Primary textHigh emphasis contentDark headings |
| 950 | 0F1A #0F1A24 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F8FA;
--steel-blue-100: #E6EEF4;
--steel-blue-200: #D1DFEB;
--steel-blue-300: #ADC6DC;
--steel-blue-400: #82A8C9;
--steel-blue-500: #5E8FBA;
--steel-blue-600: #43739D;
--steel-blue-700: #365C7D;
--steel-blue-800: #264159;
--steel-blue-900: #182A39;
--steel-blue-950: #0F1A24;
}