Steel Blue
#5F8FB9
BlueColor Codes
All color formats for development
HEX
#5F8FB9RGB
rgb(95, 143, 185)HSL
hsl(208, 39%, 55%)OKLCH
oklch(0.633 0.082 246)CMYK
cmyk(49%, 23%, 0%, 27%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4D82AF
2#44739C
3#3C6588
4#335675
5#2B4861
6#223A4E
7#1A2B3A
8#111D27
9#090E13
Tints
Lighter variations
1#6F9AC0
2#7FA6C7
3#8FB1CE
4#9FBCD5
5#AFC7DC
6#BFD2E3
7#CFDDEA
8#DFE9F1
9#EFF4F8
Tones
Muted variations
1#648FB5
2#688FB0
3#6D8EAC
4#718EA7
5#768EA3
6#7A8D9E
7#7F8D9A
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 #ADC6DB | BordersInactive statesPlaceholder text |
| 400 | 83A8 #83A8C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5F8F #5F8FB9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4473 #44739C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 365C #365C7C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2741 #274159 | Text on light backgroundsHeadingsStrong borders |
| 900 | 192A #192A39 | Primary textHigh emphasis contentDark headings |
| 950 | 101A #101A23 | 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: #ADC6DB;
--steel-blue-400: #83A8C9;
--steel-blue-500: #5F8FB9;
--steel-blue-600: #44739C;
--steel-blue-700: #365C7C;
--steel-blue-800: #274159;
--steel-blue-900: #192A39;
--steel-blue-950: #101A23;
}