Steel Blue
#5B6BBE
BlueColor Codes
All color formats for development
HEX
#5B6BBERGB
rgb(91, 107, 190)HSL
hsl(230, 43%, 55%)OKLCH
oklch(0.555 0.13 273.2)CMYK
cmyk(52%, 44%, 0%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#485AB5
2#4050A0
3#38468C
4#303C78
5#283264
6#202850
7#181E3C
8#101428
9#080A14
Tints
Lighter variations
1#6B7AC4
2#7C89CB
3#8C98D1
4#9DA6D8
5#ADB5DE
6#BDC4E5
7#CED3EB
8#DEE1F2
9#EFF0F8
Tones
Muted variations
1#606FB9
2#6572B4
3#6A75AF
4#6F79AA
5#747CA5
6#797FA0
7#7D829B
8#828696
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 | ABB4 #ABB4DE | BordersInactive statesPlaceholder text |
| 400 | 7F8C #7F8CCC | Disabled statesSecondary iconsMuted text |
| 500 | 5B6B #5B6BBE | Primary brand colorCTAsActive elementsLinks |
| 600 | 4050 #4050A0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3340 #334080 | 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: #ABB4DE;
--steel-blue-400: #7F8CCC;
--steel-blue-500: #5B6BBE;
--steel-blue-600: #4050A0;
--steel-blue-700: #334080;
--steel-blue-800: #242D5B;
--steel-blue-900: #171D3A;
--steel-blue-950: #0F1224;
}