Steel Blue
#5F7DB9
BlueColor Codes
All color formats for development
HEX
#5F7DB9RGB
rgb(95, 125, 185)HSL
hsl(220, 39%, 55%)OKLCH
oklch(0.592 0.099 263.4)CMYK
cmyk(49%, 32%, 0%, 27%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4D6EAF
2#44629C
3#3C5588
4#334975
5#2B3D61
6#22314E
7#1A253A
8#111827
9#090C13
Tints
Lighter variations
1#6F8AC0
2#7F97C7
3#8FA4CE
4#9FB1D5
5#AFBEDC
6#BFCBE3
7#CFD8EA
8#DFE5F1
9#EFF2F8
Tones
Muted variations
1#647FB5
2#6880B0
3#6D82AC
4#7183A7
5#7685A3
6#7A869E
7#7F889A
8#838995
9#888B91
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F6 #F4F6FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6EB #E6EBF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1DA #D1DAEB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADBD #ADBDDB | BordersInactive statesPlaceholder text |
| 400 | 839A #839AC9 | Disabled statesSecondary iconsMuted text |
| 500 | 5F7D #5F7DB9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4462 #44629C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 364E #364E7C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2737 #273759 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1923 #192339 | Primary textHigh emphasis contentDark headings |
| 950 | 1016 #101623 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F6FA;
--steel-blue-100: #E6EBF4;
--steel-blue-200: #D1DAEB;
--steel-blue-300: #ADBDDB;
--steel-blue-400: #839AC9;
--steel-blue-500: #5F7DB9;
--steel-blue-600: #44629C;
--steel-blue-700: #364E7C;
--steel-blue-800: #273759;
--steel-blue-900: #192339;
--steel-blue-950: #101623;
}