Steel Blue
#5C6FBC
BlueColor Codes
All color formats for development
HEX
#5C6FBCRGB
rgb(92, 111, 188)HSL
hsl(228, 42%, 55%)OKLCH
oklch(0.562 0.121 271.6)CMYK
cmyk(51%, 41%, 0%, 26%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#495EB3
2#41549F
3#39498B
4#313F77
5#293464
6#212A50
7#181F3C
8#101528
9#080A14
Tints
Lighter variations
1#6C7EC3
2#7D8CCA
3#8D9AD0
4#9DA9D7
5#AEB7DE
6#BEC6E4
7#CED4EB
8#DEE2F2
9#EFF1F8
Tones
Muted variations
1#6172B8
2#6675B3
3#6B78AE
4#6F7BA9
5#747EA4
6#7981A0
7#7E849B
8#838696
9#878991
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F5 #F4F5FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6E9 #E6E9F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0D5 #D0D5EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ACB6 #ACB6DD | BordersInactive statesPlaceholder text |
| 400 | 808F #808FCB | Disabled statesSecondary iconsMuted text |
| 500 | 5C6F #5C6FBC | Primary brand colorCTAsActive elementsLinks |
| 600 | 4154 #41549F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3443 #34437F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2530 #25305B | Text on light backgroundsHeadingsStrong borders |
| 900 | 181F #181F3A | Primary textHigh emphasis contentDark headings |
| 950 | 0F13 #0F1324 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F5FB;
--steel-blue-100: #E6E9F5;
--steel-blue-200: #D0D5EC;
--steel-blue-300: #ACB6DD;
--steel-blue-400: #808FCB;
--steel-blue-500: #5C6FBC;
--steel-blue-600: #41549F;
--steel-blue-700: #34437F;
--steel-blue-800: #25305B;
--steel-blue-900: #181F3A;
--steel-blue-950: #0F1324;
}