Steel Blue
#5F73B9
BlueColor Codes
All color formats for development
HEX
#5F73B9RGB
rgb(95, 115, 185)HSL
hsl(227, 39%, 55%)OKLCH
oklch(0.571 0.111 270.5)CMYK
cmyk(49%, 38%, 0%, 27%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4D62AF
2#44579C
3#3C4C88
4#334275
5#2B3761
6#222C4E
7#1A213A
8#111627
9#090B13
Tints
Lighter variations
1#6F81C0
2#7F8FC7
3#8F9DCE
4#9FABD5
5#AFB9DC
6#BFC7E3
7#CFD5EA
8#DFE3F1
9#EFF1F8
Tones
Muted variations
1#6475B5
2#6878B0
3#6D7AAC
4#717DA7
5#7680A3
6#7A829E
7#7F859A
8#838795
9#888A91
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F6 #F4F6FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6E9 #E6E9F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1D7 #D1D7EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADB7 #ADB7DB | BordersInactive statesPlaceholder text |
| 400 | 8392 #8392C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5F73 #5F73B9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4457 #44579C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3646 #36467C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2732 #273259 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1920 #192039 | Primary textHigh emphasis contentDark headings |
| 950 | 1014 #101423 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F6FA;
--steel-blue-100: #E6E9F4;
--steel-blue-200: #D1D7EB;
--steel-blue-300: #ADB7DB;
--steel-blue-400: #8392C9;
--steel-blue-500: #5F73B9;
--steel-blue-600: #44579C;
--steel-blue-700: #36467C;
--steel-blue-800: #273259;
--steel-blue-900: #192039;
--steel-blue-950: #101423;
}