Steel Blue
#5B86BE
BlueColor Codes
All color formats for development
HEX
#5B86BERGB
rgb(91, 134, 190)HSL
hsl(214, 43%, 55%)OKLCH
oklch(0.613 0.098 255.4)CMYK
cmyk(52%, 29%, 0%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4877B5
2#406AA0
3#385D8C
4#304F78
5#284264
6#203550
7#18283C
8#101A28
9#080D14
Tints
Lighter variations
1#6B92C4
2#7C9ECB
3#8CAAD1
4#9DB6D8
5#ADC2DE
6#BDCEE5
7#CEDBEB
8#DEE7F2
9#EFF3F8
Tones
Muted variations
1#6086B9
2#6587B4
3#6A88AF
4#6F88AA
5#7489A5
6#798AA0
7#7D8A9B
8#828B96
9#878C91
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F7 #F4F7FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5EC #E5ECF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0DC #D0DCEC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABC1 #ABC1DE | BordersInactive statesPlaceholder text |
| 400 | 7FA1 #7FA1CC | Disabled statesSecondary iconsMuted text |
| 500 | 5B86 #5B86BE | Primary brand colorCTAsActive elementsLinks |
| 600 | 406A #406AA0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3354 #335480 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 243C #243C5B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1726 #17263A | 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: #F4F7FB;
--steel-blue-100: #E5ECF5;
--steel-blue-200: #D0DCEC;
--steel-blue-300: #ABC1DE;
--steel-blue-400: #7FA1CC;
--steel-blue-500: #5B86BE;
--steel-blue-600: #406AA0;
--steel-blue-700: #335480;
--steel-blue-800: #243C5B;
--steel-blue-900: #17263A;
--steel-blue-950: #0F1824;
}