Steel Blue
#5B77BE
BlueColor Codes
All color formats for development
HEX
#5B77BERGB
rgb(91, 119, 190)HSL
hsl(223, 43%, 55%)OKLCH
oklch(0.58 0.114 266.6)CMYK
cmyk(52%, 37%, 0%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4867B5
2#405BA0
3#38508C
4#304478
5#283964
6#202E50
7#18223C
8#101728
9#080B14
Tints
Lighter variations
1#6B84C4
2#7C92CB
3#8CA0D1
4#9DADD8
5#ADBBDE
6#BDC9E5
7#CED6EB
8#DEE4F2
9#EFF1F8
Tones
Muted variations
1#6079B9
2#657BB4
3#6A7DAF
4#6F7FAA
5#7482A5
6#7984A0
7#7D869B
8#828896
9#878A91
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F6 #F4F6FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5EA #E5EAF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0D8 #D0D8EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABB9 #ABB9DE | BordersInactive statesPlaceholder text |
| 400 | 7F95 #7F95CC | Disabled statesSecondary iconsMuted text |
| 500 | 5B77 #5B77BE | Primary brand colorCTAsActive elementsLinks |
| 600 | 405B #405BA0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3349 #334980 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2434 #24345B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1721 #17213A | Primary textHigh emphasis contentDark headings |
| 950 | 0F15 #0F1524 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F6FB;
--steel-blue-100: #E5EAF5;
--steel-blue-200: #D0D8EC;
--steel-blue-300: #ABB9DE;
--steel-blue-400: #7F95CC;
--steel-blue-500: #5B77BE;
--steel-blue-600: #405BA0;
--steel-blue-700: #334980;
--steel-blue-800: #24345B;
--steel-blue-900: #17213A;
--steel-blue-950: #0F1524;
}