Steel Blue
#5D86BB
BlueColor Codes
All color formats for development
HEX
#5D86BBRGB
rgb(93, 134, 187)HSL
hsl(214, 41%, 55%)OKLCH
oklch(0.612 0.093 255.2)CMYK
cmyk(50%, 28%, 0%, 27%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4A77B2
2#426A9E
3#3A5D8A
4#325077
5#294263
6#21354F
7#19283B
8#111B28
9#080D14
Tints
Lighter variations
1#6D92C2
2#7E9EC9
3#8EAAD0
4#9EB6D6
5#AEC2DD
6#BECFE4
7#CEDBEB
8#DFE7F1
9#EFF3F8
Tones
Muted variations
1#6287B7
2#6787B2
3#6B88AD
4#7088A8
5#7589A4
6#798A9F
7#7E8A9A
8#838B96
9#888C91
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F7 #F4F7FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6EC #E6ECF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0DC #D0DCEB | Secondary backgroundsInput backgroundsDividers |
| 300 | ACC1 #ACC1DC | BordersInactive statesPlaceholder text |
| 400 | 81A1 #81A1CA | Disabled statesSecondary iconsMuted text |
| 500 | 5D86 #5D86BB | Primary brand colorCTAsActive elementsLinks |
| 600 | 426A #426A9E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3554 #35547E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 263C #263C5A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1827 #18273A | Primary textHigh emphasis contentDark headings |
| 950 | 0F18 #0F1824 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F7FA;
--steel-blue-100: #E6ECF4;
--steel-blue-200: #D0DCEB;
--steel-blue-300: #ACC1DC;
--steel-blue-400: #81A1CA;
--steel-blue-500: #5D86BB;
--steel-blue-600: #426A9E;
--steel-blue-700: #35547E;
--steel-blue-800: #263C5A;
--steel-blue-900: #18273A;
--steel-blue-950: #0F1824;
}