Steel Blue
#5C73BC
BlueColor Codes
All color formats for development
HEX
#5C73BCRGB
rgb(92, 115, 188)HSL
hsl(226, 42%, 55%)OKLCH
oklch(0.571 0.116 269.3)CMYK
cmyk(51%, 39%, 0%, 26%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4962B3
2#41579F
3#394C8B
4#314177
5#293664
6#212C50
7#18213C
8#101628
9#080B14
Tints
Lighter variations
1#6C81C3
2#7D8FCA
3#8D9DD0
4#9DABD7
5#AEB9DE
6#BEC7E4
7#CED5EB
8#DEE3F2
9#EFF1F8
Tones
Muted variations
1#6175B8
2#6678B3
3#6B7AAE
4#6F7DA9
5#747FA4
6#7982A0
7#7E859B
8#838796
9#878A91
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F6 #F4F6FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6E9 #E6E9F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0D6 #D0D6EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ACB7 #ACB7DD | BordersInactive statesPlaceholder text |
| 400 | 8092 #8092CB | Disabled statesSecondary iconsMuted text |
| 500 | 5C73 #5C73BC | Primary brand colorCTAsActive elementsLinks |
| 600 | 4157 #41579F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3445 #34457F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2531 #25315B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1820 #18203A | Primary textHigh emphasis contentDark headings |
| 950 | 0F14 #0F1424 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F6FB;
--steel-blue-100: #E6E9F5;
--steel-blue-200: #D0D6EC;
--steel-blue-300: #ACB7DD;
--steel-blue-400: #8092CB;
--steel-blue-500: #5C73BC;
--steel-blue-600: #41579F;
--steel-blue-700: #34457F;
--steel-blue-800: #25315B;
--steel-blue-900: #18203A;
--steel-blue-950: #0F1424;
}