Steel Blue
#5B6ABE
BlueColor Codes
All color formats for development
HEX
#5B6ABERGB
rgb(91, 106, 190)HSL
hsl(231, 43%, 55%)OKLCH
oklch(0.553 0.131 273.7)CMYK
cmyk(52%, 44%, 0%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4858B5
2#404EA0
3#38458C
4#303B78
5#283164
6#202750
7#181D3C
8#101428
9#080A14
Tints
Lighter variations
1#6B79C4
2#7C88CB
3#8C96D1
4#9DA5D8
5#ADB4DE
6#BDC3E5
7#CED2EB
8#DEE1F2
9#EFF0F8
Tones
Muted variations
1#606DB9
2#6571B4
3#6A74AF
4#6F78AA
5#747BA5
6#797EA0
7#7D829B
8#828596
9#878991
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F5 #F4F5FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5E8 #E5E8F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0D4 #D0D4EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABB3 #ABB3DE | BordersInactive statesPlaceholder text |
| 400 | 7F8B #7F8BCC | Disabled statesSecondary iconsMuted text |
| 500 | 5B6A #5B6ABE | Primary brand colorCTAsActive elementsLinks |
| 600 | 404E #404EA0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 333E #333E80 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 242D #242D5B | Text on light backgroundsHeadingsStrong borders |
| 900 | 171D #171D3A | Primary textHigh emphasis contentDark headings |
| 950 | 0F12 #0F1224 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F5FB;
--steel-blue-100: #E5E8F5;
--steel-blue-200: #D0D4EC;
--steel-blue-300: #ABB3DE;
--steel-blue-400: #7F8BCC;
--steel-blue-500: #5B6ABE;
--steel-blue-600: #404EA0;
--steel-blue-700: #333E80;
--steel-blue-800: #242D5B;
--steel-blue-900: #171D3A;
--steel-blue-950: #0F1224;
}